AchyuthGamer commited on
Commit
c24f458
1 Parent(s): f095ec6

Update g4f/models.py

Browse files
Files changed (1) hide show
  1. g4f/models.py +1 -0
g4f/models.py CHANGED
@@ -26,4 +26,5 @@ class ModelUtils:
26
  convert: dict = {
27
  'gpt-3.5-turbo': Model.gpt_35_turbo,
28
  'gpt-3.5-turbo-0301': Model.gpt_35_turbo_0301,
 
29
  }
 
26
  convert: dict = {
27
  'gpt-3.5-turbo': Model.gpt_35_turbo,
28
  'gpt-3.5-turbo-0301': Model.gpt_35_turbo_0301,
29
+ 'falcon-40b': Model.falcon_40b
30
  }