zerocool commited on
Commit
ecbb363
·
verified ·
1 Parent(s): 8c6e765

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://modal.com/apps/blastingneurons/main/deployed/collective-hive-backend-monolithic"
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-monolithic-orch-b982ea.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]: