Skip to content

Commit

Permalink
remove gpt-3.5 in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
czgu committed Oct 22, 2024
1 parent 7461f6e commit 17c51a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions containers/bundled_querybook_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ ELASTICSEARCH_HOST: http://elasticsearch:9200
# AI_ASSISTANT_CONFIG:
# default:
# model_args:
# model_name: gpt-3.5-turbo
# model_name: gpt-4o-mini
# temperature: 0
# reserved_tokens: 1024
# table_summary:
# model_args:
# model_name: gpt-3.5-turbo
# model_name: gpt-4o-mini
# temperature: 0
# sql_summary:
# model_args:
# model_name: gpt-3.5-turbo
# model_name: gpt-4o-mini
# temperature: 0
# table_select:
# model_args:
# model_name: gpt-3.5-turbo
# model_name: gpt-4o-mini
# temperature: 0

# Uncomment below to enable vector store to support embedding based table search.
Expand Down

0 comments on commit 17c51a9

Please sign in to comment.