pvanand commited on
Commit
9822d5a
1 Parent(s): 005f2d7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -7
main.py CHANGED
@@ -19,13 +19,6 @@ app = FastAPI()
19
  @app.on_event("startup")
20
  async def startup():
21
  FastAPICache.init(InMemoryBackend(), prefix="fastapi-cache")
22
-
23
- TOGETHER_API_KEY = os.getenv('TOGETHER_API_KEY')
24
- BRAVE_API_KEY = os.getenv('BRAVE_API_KEY')
25
- GROQ_API_KEY = os.getenv("GROQ_API_KEY")
26
- HELICON_API_KEY = os.getenv("HELICON_API_KEY")
27
- SUPABASE_USER = os.environ['SUPABASE_USER']
28
- SUPABASE_PASSWORD = os.environ['SUPABASE_PASSWORD']
29
 
30
  # Groq model names
31
  llm_default_small = "llama3-8b-8192"
 
19
  @app.on_event("startup")
20
  async def startup():
21
  FastAPICache.init(InMemoryBackend(), prefix="fastapi-cache")
 
 
 
 
 
 
 
22
 
23
  # Groq model names
24
  llm_default_small = "llama3-8b-8192"