Sonu313131 commited on
Commit
697b4e0
·
verified ·
1 Parent(s): 98f9e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
25
  model=InferenceClientModel(
26
  model="gpt-3.5-turbo",
27
  provider="openai",
28
- api_key=openai_key
29
  temperature=0.2, # Optional
30
  max_tokens=2048 # Optional, but keep within reasonable limits
31
  ),
 
25
  model=InferenceClientModel(
26
  model="gpt-3.5-turbo",
27
  provider="openai",
28
+ api_key=openai_key,
29
  temperature=0.2, # Optional
30
  max_tokens=2048 # Optional, but keep within reasonable limits
31
  ),