File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ authors = [
13
13
]
14
14
dependencies = [
15
15
" llm-utils>=0.2.8" ,
16
- " openai>=1.6.1 " ,
16
+ " openai>=1.29.0 " ,
17
17
" rich>=13.7.0" ,
18
18
" ansicolors>=1.1.8" ,
19
19
" traitlets>=5.14.1" ,
20
20
" ipdb>=0.13.13" ,
21
21
" ipython>=8.18.1" ,
22
- " litellm>=1.34.12 " ,
22
+ " litellm>=1.37.9 " ,
23
23
" PyYAML>=6.0.1" ,
24
24
" ipyflow>=0.0.130" ,
25
25
" numpy>=1.26.3" ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def error(self, message):
39
39
40
40
class ChatDBGConfig (Configurable ):
41
41
model = Unicode (
42
- _chatdbg_get_env ("model" , "gpt-4-1106-preview " ), help = "The LLM model"
42
+ _chatdbg_get_env ("model" , "gpt-4o " ), help = "The LLM model"
43
43
).tag (config = True )
44
44
45
45
debug = Bool (_chatdbg_get_env ("debug" , False ), help = "Log LLM calls" ).tag (
You can’t perform that action at this time.
0 commit comments