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