Skip to content

Commit

Permalink
try to fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
lqhl committed May 6, 2024
1 parent 0141970 commit c19f288
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/lib/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@
environ['TOKENIZERS_PARALLELISM'] = 'true'
environ['OPENAI_API_BASE'] = st.secrets['OPENAI_API_BASE']

# query_model_name = "gpt-3.5-turbo-instruct"
query_model_name = "gpt-3.5-turbo-instruct"
chat_model_name = "gpt-3.5-turbo-16k"
query_model_name = "gpt-3.5-turbo-0125"
chat_model_name = "gpt-3.5-turbo-0125"


OPENAI_API_KEY = st.secrets['OPENAI_API_KEY']
Expand Down

0 comments on commit c19f288

Please sign in to comment.