tiendung commited on
Commit
ffaf486
·
verified ·
1 Parent(s): 9c282c1

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -2,7 +2,7 @@
2
  import utils; from utils import *
3
  import os, sys, lzma, json, pprint, time, subprocess
4
 
5
- thinker = os.getenv("thinker", "70b")
6
  TEMPERATURE = float(os.getenv("temperature", 0.1)) # 0.0 conservative (good for coding and correct syntax)
7
 
8
  LLM_HOST = "gemini"
 
2
  import utils; from utils import *
3
  import os, sys, lzma, json, pprint, time, subprocess
4
 
5
+ thinker = os.getenv("thinker", "405b")
6
  TEMPERATURE = float(os.getenv("temperature", 0.1)) # 0.0 conservative (good for coding and correct syntax)
7
 
8
  LLM_HOST = "gemini"