Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default model for new chats #113

Closed
CodeWrangler55 opened this issue Apr 18, 2023 · 2 comments
Closed

default model for new chats #113

CodeWrangler55 opened this issue Apr 18, 2023 · 2 comments

Comments

@CodeWrangler55
Copy link

I tried to set the default model for new chats in file Chat.svelte, but new chats always default to "gpt-3.5-turbo" despite me changing it to 'gpt-4' in file.

Chat.svelte snippet:
const modelSetting: Settings & SettingsSelect = {
key: 'model',
name: 'Model',
default: 'gpt-4',
title: 'The model to use - GPT-3.5 is cheaper, but GPT-4 is more powerful.',
options: supportedModels,
type: 'select'
}

@hvanmegen
Copy link
Contributor

hvanmegen commented May 22, 2023

An options for this in a settings page would be better. While you're at it, please also add one to include a default system prompt 🤣

@Niek
Copy link
Owner

Niek commented Jun 9, 2023

Fixed in #152

@Niek Niek closed this as completed Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants