ProximileAdmin commited on
Commit
02aba1a
·
verified ·
1 Parent(s): 452dd8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def respond(
52
 
53
  try:
54
  stream = selected_client.chat.completions.create(
55
- model=AVAILABLE_MODELS[model_choice][model_name],
56
  messages=messages,
57
  max_tokens=max_tokens,
58
  temperature=temperature,
 
52
 
53
  try:
54
  stream = selected_client.chat.completions.create(
55
+ model=AVAILABLE_MODELS[model_choice]["model_name"],
56
  messages=messages,
57
  max_tokens=max_tokens,
58
  temperature=temperature,