mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs - codestral
This commit is contained in:
parent
be9ff170ed
commit
6de6bc35a6
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue