This commit is contained in:
ishaan-jaff 2023-09-14 09:21:14 -07:00
parent f98da9f13c
commit f3fe380208

View file

@ -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