Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def update_vectors(files, parser):
|
|
73 |
|
74 |
def generate_chunked_response(prompt, max_tokens=1000, max_chunks=5, temperature=0.7):
|
75 |
client = InferenceClient(
|
76 |
-
"meta-llama/Meta-Llama-3.1-
|
77 |
token=huggingface_token,
|
78 |
)
|
79 |
|
|
|
73 |
|
74 |
def generate_chunked_response(prompt, max_tokens=1000, max_chunks=5, temperature=0.7):
|
75 |
client = InferenceClient(
|
76 |
+
"meta-llama/Meta-Llama-3.1-70B-Instruct",
|
77 |
token=huggingface_token,
|
78 |
)
|
79 |
|