Update app.py
Browse files
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]:
|