Palbha Kulkarni (Nazwale) commited on
Commit
ae70460
·
unverified ·
1 Parent(s): ab35ff1

Update baseline_code.py

Browse files
Files changed (1) hide show
  1. 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
- ), config["name"]
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(