mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-26 01:34:53 +08:00
(improvement)(common) Fixed the compatibility issue with qwen. (#1193)
This commit is contained in:
@@ -99,7 +99,14 @@ langchain4j:
|
||||
model-name: ${OPENAI_MODEL_NAME:gpt-3.5-turbo}
|
||||
temperature: ${OPENAI_TEMPERATURE:0.0}
|
||||
timeout: ${OPENAI_TIMEOUT:PT60S}
|
||||
# java.lang.RuntimeException: dev.ai4j.openai4j.OpenAiHttpException: Too many requests
|
||||
# embedding-model:
|
||||
# base-url: ${OPENAI_API_BASE:https://api.openai.com/v1}
|
||||
# api-key: ${OPENAI_API_KEY:demo}
|
||||
# api-key: ${OPENAI_API_KEY:demo}
|
||||
# dashscope:
|
||||
# chat-model:
|
||||
# api-key: ${OPENAI_API_KEY:demo}
|
||||
# model-name: qwen-max-1201
|
||||
# embedding-model:
|
||||
# api-key: ${OPENAI_API_KEY:demo}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user