ogegadavis254 commited on
Commit
5feae8c
·
verified ·
1 Parent(s): 8092b5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):