Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ class ChatBot:
|
|
31 |
# Initialize the model
|
32 |
self.model = Together(
|
33 |
model="meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
34 |
-
temperature=0.
|
35 |
-
max_tokens=
|
36 |
top_k=30,
|
37 |
together_api_key=TOGETHER_API_KEY
|
38 |
)
|
|
|
31 |
# Initialize the model
|
32 |
self.model = Together(
|
33 |
model="meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
34 |
+
temperature=0.4,
|
35 |
+
max_tokens=128,
|
36 |
top_k=30,
|
37 |
together_api_key=TOGETHER_API_KEY
|
38 |
)
|