zerocool commited on
Commit
da201fc
·
verified ·
1 Parent(s): af1aa68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import asyncio
4
  import json
5
 
6
  # Replace with your NEW Modal API endpoint URL (for the non-streaming backend)
7
- MODAL_API_ENDPOINT = "https://blastingneurons--collective-hive-backend-sync-orchestrat-ee7dd9.modal.run"
8
 
9
  # Helper function to format chat history for Gradio's 'messages' type
10
  def format_chat_history_for_gradio(log_entries: list[dict]) -> list[dict]:
 
4
  import json
5
 
6
  # Replace with your NEW Modal API endpoint URL (for the non-streaming backend)
7
+ MODAL_API_ENDPOINT = "https://blastingneurons--collective-hive-backend-final-orchestra-29a41f.modal.run"
8
 
9
  # Helper function to format chat history for Gradio's 'messages' type
10
  def format_chat_history_for_gradio(log_entries: list[dict]) -> list[dict]: