Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import requests
|
| 3 |
import os
|
|
|
|
| 4 |
|
| 5 |
# Function to call the Together API with the provided model
|
| 6 |
def call_ai_model(all_message):
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import requests
|
| 3 |
import os
|
| 4 |
+
import json # Import the json module
|
| 5 |
|
| 6 |
# Function to call the Together API with the provided model
|
| 7 |
def call_ai_model(all_message):
|