shresthasingh commited on
Commit
788336c
1 Parent(s): 1edb8dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import requests
4
  from typing import List, Optional
5
  from pydantic import BaseModel, Field
6
  from together import Together
 
7
 
8
  # Initialize Together API
9
  together = Together(api_key=os.getenv("togetherai"))
 
4
  from typing import List, Optional
5
  from pydantic import BaseModel, Field
6
  from together import Together
7
+ import os
8
 
9
  # Initialize Together API
10
  together = Together(api_key=os.getenv("togetherai"))