OrifjonKenjayev commited on
Commit
0d51677
·
verified ·
1 Parent(s): e270156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ class ChatBot:
32
  self.model = Together(
33
  model="meta-llama/Llama-3.3-70B-Instruct-Turbo",
34
  temperature=0.7,
35
- max_tokens=256,
36
- top_k=50,
37
  together_api_key=TOGETHER_API_KEY
38
  )
39
 
 
32
  self.model = Together(
33
  model="meta-llama/Llama-3.3-70B-Instruct-Turbo",
34
  temperature=0.7,
35
+ max_tokens=150,
36
+ top_k=30,
37
  together_api_key=TOGETHER_API_KEY
38
  )
39