lqhl commited on
Commit
6e4cf72
β€’
1 Parent(s): 8b7d75e

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. lib/helper.py +2 -3
lib/helper.py CHANGED
@@ -56,9 +56,8 @@ from .json_conv import CustomJSONEncoder
56
  environ['TOKENIZERS_PARALLELISM'] = 'true'
57
  environ['OPENAI_API_BASE'] = st.secrets['OPENAI_API_BASE']
58
 
59
- # query_model_name = "gpt-3.5-turbo-instruct"
60
- query_model_name = "gpt-3.5-turbo-instruct"
61
- chat_model_name = "gpt-3.5-turbo-16k"
62
 
63
 
64
  OPENAI_API_KEY = st.secrets['OPENAI_API_KEY']
 
56
  environ['TOKENIZERS_PARALLELISM'] = 'true'
57
  environ['OPENAI_API_BASE'] = st.secrets['OPENAI_API_BASE']
58
 
59
+ query_model_name = "gpt-3.5-turbo-0125"
60
+ chat_model_name = "gpt-3.5-turbo-0125"
 
61
 
62
 
63
  OPENAI_API_KEY = st.secrets['OPENAI_API_KEY']