mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 05:51:28 +00:00
fix: replace codegpt default anon chat model
This commit is contained in:
parent
501d52245f
commit
ff977f5c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class CodeGPTServiceSettingsState : BaseState() {
|
|||
}
|
||||
|
||||
class CodeGPTServiceChatCompletionSettingsState : BaseState() {
|
||||
var model by string("llama-3-8b")
|
||||
var model by string("gpt-4o-mini")
|
||||
}
|
||||
|
||||
class CodeGPTServiceCodeCompletionSettingsState : BaseState() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue