Dango233 commited on
Commit
3a62f6b
·
1 Parent(s): 5075ade
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ with gr.Blocks(theme=theme, css_paths="styles.css") as demo:
311
  bot_default = LANGUAGE_CONFIG["en"]["bot_default"] + [
312
  {
313
  "role": "assistant",
314
- "content": f"Running `{os.getenv('API_MODEL')}` @ {os.getenv('API_URL')} \n Proformance subjects to API provider situation",
315
  "metadata": {"title": f"API INFO"},
316
  }
317
  ]
 
311
  bot_default = LANGUAGE_CONFIG["en"]["bot_default"] + [
312
  {
313
  "role": "assistant",
314
+ "content": f"Running `{os.getenv('API_MODEL')}` @ {os.getenv('API_URL')} \n Performance subjects to API provider situation",
315
  "metadata": {"title": f"API INFO"},
316
  }
317
  ]