Update llm.py
Browse files
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", "
|
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"
|