Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|