tlskillman commited on
Commit
af51c99
·
1 Parent(s): b07ba8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -22,13 +22,6 @@ openai_api_key = os.getenv("OPENAI_API_KEY")
22
 
23
  import requests
24
 
25
- headers = {
26
- "Authorization": f"Bearer {hugging_face_api_key}"
27
- }
28
-
29
- response = requests.get("https://api.huggingface.co/endpoint", headers=headers)
30
- print(response.json())
31
-
32
  openai_key = openai_api_key
33
 
34
  user_prompt_examples =[
 
22
 
23
  import requests
24
 
 
 
 
 
 
 
 
25
  openai_key = openai_api_key
26
 
27
  user_prompt_examples =[