forked from phoenix/litellm-mirror
docs fix
This commit is contained in:
parent
f98da9f13c
commit
f3fe380208
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ os.environ["AZURE_API_VERSION"] = "2023-05-15"
|
||||||
# openai call
|
# openai call
|
||||||
response = completion(
|
response = completion(
|
||||||
model = "gpt-3.5-turbo",
|
model = "gpt-3.5-turbo",
|
||||||
messages= = [{ "content": "Hello, how are you?","role": "user"}]
|
messages = [{ "content": "Hello, how are you?","role": "user"}]
|
||||||
)
|
)
|
||||||
|
|
||||||
# azure call
|
# azure call
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue