zerocool commited on
Commit
b1d0f85
·
verified ·
1 Parent(s): 49fea4f

Update app.py

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