-
-
Notifications
You must be signed in to change notification settings - Fork 255
Description
Hi,
I'm having so much fun using your chat plugin to search my notes better and get insights. I was just wondering if I was able to change the app for myself to use gpt-4-0314, and when I went through your code to see if I can adapt it for myself without having much experience in coding I found this part:
const DEFAULT_SETTINGS = {
api_key: "",
file_exclusions: "",
folder_exclusions: "",
header_exclusions: "",
path_only: "",
show_full_path: false,
expanded_view: true,
log_render: false,
log_render_files: false,
skip_sections: false,
smart_chat_model: =="gpt-3.5-turbo",==
results_count: 30,
view_open: true,
version: "",
At smart-chat-model, it says 3.5. Doesn't that mean, it's always 3.5, even when I have a GPT-4 API? Sorry if this is a stupid question, just a newbie here. :) and again, thanks!