hotfix
This commit is contained in:
parent
34ab37f31e
commit
6ac9789a1c
|
@ -49,7 +49,7 @@ export const DEFAULT_CONFIG = {
|
||||||
|
|
||||||
modelConfig: {
|
modelConfig: {
|
||||||
model: "gpt-3.5-turbo" as ModelType,
|
model: "gpt-3.5-turbo" as ModelType,
|
||||||
providerName: "Openai" as ServiceProvider,
|
providerName: "OpenAI" as ServiceProvider,
|
||||||
temperature: 0.5,
|
temperature: 0.5,
|
||||||
top_p: 1,
|
top_p: 1,
|
||||||
max_tokens: 4000,
|
max_tokens: 4000,
|
||||||
|
|
Loading…
Reference in New Issue