acecalisto3 commited on
Commit
1c1ebbe
·
verified ·
1 Parent(s): 393b034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -34,7 +34,7 @@ client = InferenceClient(
34
 
35
  VERBOSE = True
36
  MAX_HISTORY = 100
37
- #MODEL = "gpt-3.5-turbo" # "gpt-4"
38
 
39
 
40
  def format_prompt(message, history):
@@ -383,8 +383,8 @@ iface.launch()
383
  '''
384
  gr.ChatInterface(
385
  fn=run,
386
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, super-intelligence=True, layout="panel"),
387
- title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
388
  examples=examples,
389
  concurrency_limit=50,
390
- ).launch(show_api=True)
 
34
 
35
  VERBOSE = True
36
  MAX_HISTORY = 100
37
+ MODEL = "gpt-3.5-turbo" # "gpt-4"
38
 
39
 
40
  def format_prompt(message, history):
 
383
  '''
384
  gr.ChatInterface(
385
  fn=run,
386
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, super_intelligence=True, layout="panel"),
387
+ title="Fragmixt\nAgents With Agents\nSurf With a Purpose <br>",
388
  examples=examples,
389
  concurrency_limit=50,
390
+ ).launch(show_api=False)