| | |
| | | public static final String BASE_URL = "https://ark.cn-beijing.volces.com/api"; |
| | | public static final String COMPLETE_PATH = "/v3/chat/completions"; |
| | | |
| | | public static final String MODEL_DEFAULT = "doubao-1-5-lite-32k-250115"; |
| | | public static final String MODEL_DEFAULT = "doubao-seed-2-1-turbo-260628"; |
| | | |
| | | /** |
| | | * 兼容 OpenAI 接口,进行复用 |
| | |
| | | } |
| | | |
| | | @Override |
| | | public ChatOptions getOptions() { |
| | | return openAiChatModel.getOptions(); |
| | | } |
| | | |
| | | @Override |
| | | @Deprecated(forRemoval = true) |
| | | @SuppressWarnings("removal") |
| | | public ChatOptions getDefaultOptions() { |
| | | return openAiChatModel.getDefaultOptions(); |
| | | return getOptions(); |
| | | } |
| | | |
| | | } |