Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
import requests
|
2 |
import streamlit as st
|
3 |
from together import Together
|
4 |
-
import os
|
5 |
-
from dotenv import load_dotenv
|
6 |
-
|
7 |
-
load_dotenv()
|
8 |
|
9 |
# Initialize Together AI client
|
10 |
client = Together(api_key=st.secrets["TOGETHER_API_KEY"])
|
|
|
1 |
import requests
|
2 |
import streamlit as st
|
3 |
from together import Together
|
|
|
|
|
|
|
|
|
4 |
|
5 |
# Initialize Together AI client
|
6 |
client = Together(api_key=st.secrets["TOGETHER_API_KEY"])
|