mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix get optional params
This commit is contained in:
parent
96ef06f5b5
commit
eb4c7876e2
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