alexkueck commited on
Commit
31bae63
1 Parent(s): 702d21c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -28,9 +28,12 @@ _ = load_dotenv(find_dotenv())
28
 
29
  # access token with permission to access the model and PRO subscription
30
  #HUGGINGFACEHUB_API_TOKEN = os.getenv("HF_ACCESS_READ")
31
- OAI_API_KEY=os.getenv("OPENAI_API_KEY")
32
  login(token=os.environ["HF_ACCESS_READ"])
33
 
 
 
 
 
34
  #################################################
35
  #Prompt Zusätze
36
  #################################################
 
28
 
29
  # access token with permission to access the model and PRO subscription
30
  #HUGGINGFACEHUB_API_TOKEN = os.getenv("HF_ACCESS_READ")
 
31
  login(token=os.environ["HF_ACCESS_READ"])
32
 
33
+ OAI_API_KEY=os.getenv("OPENAI_API_KEY")
34
+
35
+
36
+
37
  #################################################
38
  #Prompt Zusätze
39
  #################################################