mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix get optional params
This commit is contained in:
parent
8f1b88c40b
commit
5a19ee1a71
10 changed files with 93 additions and 75 deletions
|
@ -1,6 +1,7 @@
|
|||
from litellm import completion, stream_chunk_builder
|
||||
import litellm
|
||||
import os
|
||||
import os, dotenv
|
||||
dotenv.load_dotenv()
|
||||
|
||||
user_message = "What is the current weather in Boston?"
|
||||
messages = [{"content": user_message, "role": "user"}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue