mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
(improvement)(common) update OpenAiModelFactory default model (#1641)
This commit is contained in:
@@ -16,7 +16,7 @@ public class OpenAiModelFactory implements ModelFactory, InitializingBean {
|
||||
|
||||
public static final String PROVIDER = "OPEN_AI";
|
||||
public static final String DEFAULT_BASE_URL = "https://api.openai.com/v1";
|
||||
public static final String DEFAULT_MODEL_NAME = "gpt-3.5-turbo";
|
||||
public static final String DEFAULT_MODEL_NAME = "gpt-4o-mini";
|
||||
public static final String DEFAULT_EMBEDDING_MODEL_NAME = "text-embedding-ada-002";
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user