MadMarx37 commited on
Commit
a8cddf6
·
verified ·
1 Parent(s): 2872e0f

Update app.py

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