Emalawi19 commited on
Commit
c4022f1
·
verified ·
1 Parent(s): 5064695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import requests
3
  import os
4
 
5
  # Retrieve secrets from the Hugging Face environment
6
- ACCOUNT_ID = os.environ.get("CLOUDFLARE_ACCOUNT_ID")
7
- API_TOKEN = os.environ.get("CLOUDFLARE_API_TOKEN")
8
 
9
  # We will use Llama-3 as the initial reasoning engine for testing
10
  MODEL = "@cf/meta/llama-3.1-8b-instruct"
 
3
  import os
4
 
5
  # Retrieve secrets from the Hugging Face environment
6
+ ACCOUNT_ID = os.environ.get("49fcc4d255c593469b96db6cfd3b8274")
7
+ API_TOKEN = os.environ.get("cfut_YbbCl5maJonPTdEjk27VQ3ilIPko4yVimqTQi9v1bcd1fd1d")
8
 
9
  # We will use Llama-3 as the initial reasoning engine for testing
10
  MODEL = "@cf/meta/llama-3.1-8b-instruct"