ghsambit commited on
Commit
382a5b5
·
1 Parent(s): e5a169b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def ask_ai(message, history):
37
 
38
  gr.ChatInterface(
39
  fn=ask_ai,
40
- title="Sambit AI 🤖 — Powered by Together & LLaMA 3",
41
  chatbot=gr.Chatbot(type="messages"),
42
  description="Ask anything. Sambit AI uses Together's Mixtral 8x7B model.",
43
  ).launch()
 
37
 
38
  gr.ChatInterface(
39
  fn=ask_ai,
40
+ title="Sambit AI 🤖 — Powered by Acrilc",
41
  chatbot=gr.Chatbot(type="messages"),
42
  description="Ask anything. Sambit AI uses Together's Mixtral 8x7B model.",
43
  ).launch()