waloneai commited on
Commit
1845db6
·
verified ·
1 Parent(s): f8b3c4a

Update global_config.py

Browse files
Files changed (1) hide show
  1. global_config.py +1 -1
global_config.py CHANGED
@@ -17,7 +17,7 @@ class GlobalConfig:
17
  A data class holding the configurations.
18
  """
19
 
20
- HF_LLM_MODEL_NAME = 'mistralai/Mistral-7B-v0.1'
21
  LLM_MODEL_TEMPERATURE = 0.2
22
  LLM_MODEL_MIN_OUTPUT_LENGTH = 100
23
  LLM_MODEL_MAX_OUTPUT_LENGTH = 4 * 4096 # tokens
 
17
  A data class holding the configurations.
18
  """
19
 
20
+ HF_LLM_MODEL_NAME = 'deepseek-ai/DeepSeek-V3'
21
  LLM_MODEL_TEMPERATURE = 0.2
22
  LLM_MODEL_MIN_OUTPUT_LENGTH = 100
23
  LLM_MODEL_MAX_OUTPUT_LENGTH = 4 * 4096 # tokens