Spaces:
Sleeping
Sleeping
Palbha Kulkarni (Nazwale)
commited on
Update baseline_code.py
Browse files- baseline_code.py +1 -1
baseline_code.py
CHANGED
@@ -116,7 +116,7 @@ def generate_answer(message,model_choice,api_key):
|
|
116 |
openai=OpenAI(
|
117 |
base_url=config["url"],
|
118 |
api_key=api_key,
|
119 |
-
)
|
120 |
|
121 |
|
122 |
response = openai.chat.completions.create(
|
|
|
116 |
openai=OpenAI(
|
117 |
base_url=config["url"],
|
118 |
api_key=api_key,
|
119 |
+
)
|
120 |
|
121 |
|
122 |
response = openai.chat.completions.create(
|