docs - codestral

This commit is contained in:
Ishaan Jaff
2024-06-17 16:46:46 -07:00
parent be9ff170ed
commit 6de6bc35a6
+4 -4
View File
@@ -23,7 +23,7 @@ Official Mistral API Docs: https://docs.mistral.ai/api/#operation/createFIMCompl
<Tabs>
<TabItem value="no-streaming" label="No Streaming">
### Sample Usage
#### Sample Usage
```python
import os
@@ -73,7 +73,7 @@ response = await litellm.atext_completion(
</TabItem>
<TabItem value="stream" label="Streaming">
### Sample Usage - Streaming
#### Sample Usage - Streaming
```python
import os
@@ -140,7 +140,7 @@ Official Mistral API Docs: https://docs.mistral.ai/api/#operation/createChatComp
<Tabs>
<TabItem value="no-streaming" label="No Streaming">
### Sample Usage
#### Sample Usage
```python
import os
@@ -196,7 +196,7 @@ response = await litellm.acompletion(
</TabItem>
<TabItem value="stream" label="Streaming">
### Sample Usage - Streaming
#### Sample Usage - Streaming
```python
import os