OrifjonKenjayev commited on
Commit
736af06
·
verified ·
1 Parent(s): 37a12f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.7,
35
- max_tokens=150,
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
  )