JianGangLi
JianGangLi
My version is 0.15.3. The default config.yaml file is missing some configurations, such as the ones in pipes: ``` yaml - name: sql_pairs_deletion embedder: litellm_embedder.openai/nomic-embed-text document_store: qdrant - name: sql_regeneration...
@SanShangBoy deepseek的API已经停止充值了,所以我用到是SiliconFlow的API, 我使用的时候发现如果你用的是类似于openai的api,那么你的.env里直接用OPENAI_API_KEY=xxxx。我不知道为什么这个前面需要加openai/,但是我这样成功了。 ``` type: llm provider: litellm_llm timeout: 120 models: - model: openai/Qwen/Qwen2.5-32B-Instruct api_base: https://api.siliconflow.cn/v1 kwargs: temperature: 0 n: 1 # for better consistency of llm response, refer: https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed...
@cyyeh @thiner @nemesisq3a Sorry, my English is poor, so the following English is a translation from Chinese and may not be very accurate. My version is 0.15.3. The default config.yaml...