Shreyas94 commited on
Commit
1d481ef
·
verified ·
1 Parent(s): 86eac15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ chat_interface = gr.ChatInterface(
29
  title="🔍 AI-Powered Real-Time Search with Groq",
30
  description="Ask anything that requires real-time info — powered by Groq’s `compound-beta` model.",
31
  theme="default",
32
- type="chat", # ✅ Enables OpenAI-style `role/content` formatting
33
  )
34
 
35
  if __name__ == "__main__":
 
29
  title="🔍 AI-Powered Real-Time Search with Groq",
30
  description="Ask anything that requires real-time info — powered by Groq’s `compound-beta` model.",
31
  theme="default",
32
+ type="messages", # ✅ Correct value!
33
  )
34
 
35
  if __name__ == "__main__":