yakine commited on
Commit
c20996f
·
verified ·
1 Parent(s): 3dd5eb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ if not hf_token:
11
  raise ValueError("Hugging Face API token is not set. Please set the HF_API_TOKEN environment variable.")
12
 
13
  # Set the inference endpoint URL
14
- inference_endpoint = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3.1-8B"
15
 
16
  # Define your prompt template
17
  prompt_template = """\
 
11
  raise ValueError("Hugging Face API token is not set. Please set the HF_API_TOKEN environment variable.")
12
 
13
  # Set the inference endpoint URL
14
+ inference_endpoint = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B"
15
 
16
  # Define your prompt template
17
  prompt_template = """\