matthewfarant commited on
Commit
a6beb20
·
verified ·
1 Parent(s): f4bb96c

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
  llm = HuggingFaceEndpoint(
25
  repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
26
  task="text-generation",
27
- max_length=200000,
28
  do_sample=False,
29
  repetition_penalty=1.03,
30
  huggingfacehub_api_token=os.getenv('HF_KEY')
 
24
  llm = HuggingFaceEndpoint(
25
  repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
26
  task="text-generation",
 
27
  do_sample=False,
28
  repetition_penalty=1.03,
29
  huggingfacehub_api_token=os.getenv('HF_KEY')