matthewfarant commited on
Commit
93df7ca
1 Parent(s): ed16986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ os.environ["GOOGLE_API_KEY"] = os.getenv('GOOGLE_API_KEY')
24
 
25
  # Llama Endpoint
26
  # llm = HuggingFaceEndpoint(
27
- # # endpoint_url = os.getenv('HF_ENDPOINT'),
28
  # repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
29
  # task="text-generation",
30
  # max_new_tokens=4000,
 
24
 
25
  # Llama Endpoint
26
  # llm = HuggingFaceEndpoint(
 
27
  # repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
28
  # task="text-generation",
29
  # max_new_tokens=4000,