Sauten commited on
Commit
f90888c
·
verified ·
1 Parent(s): b32b16e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ model = OpenAIServerModel(
25
  api_key="fw_3ZSrkw3Qv5eeA1yx65x1eD5H",
26
  api_base="https://api.fireworks.ai/inference/v1",
27
  model_id="accounts/fireworks/models/llama-v3p3-70b-instruct",
28
- temperature = 0.1,
29
  max_tokens = 1000
30
  )
31
  # #top_p = 1
 
25
  api_key="fw_3ZSrkw3Qv5eeA1yx65x1eD5H",
26
  api_base="https://api.fireworks.ai/inference/v1",
27
  model_id="accounts/fireworks/models/llama-v3p3-70b-instruct",
28
+ temperature = 0.5,
29
  max_tokens = 1000
30
  )
31
  # #top_p = 1