From d96862b52a74a7ae2aec2625d343af46b8f67aa0 Mon Sep 17 00:00:00 2001 From: xiangjinyu Date: Thu, 13 Feb 2025 11:32:02 +0800 Subject: [PATCH] modify spo config.example --- examples/spo/config2.example.yaml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/examples/spo/config2.example.yaml b/examples/spo/config2.example.yaml index 3afa5406b..a19d6e815 100644 --- a/examples/spo/config2.example.yaml +++ b/examples/spo/config2.example.yaml @@ -1,12 +1,25 @@ +llm: + api_type: "openai" + model: "gpt-4o-mini" + base_url: "" + api_key: "" + temperature: 0 models: - "": # model: "gpt-4-turbo" # or gpt-3.5-turbo + "gpt-4o": # model: "gpt-4-turbo" # or gpt-3.5-turbo api_type: "openai" # or azure / ollama / groq etc. - base_url: "" + base_url: "" api_key: "" temperature: 0 - "": - api_type: "openai" + "deepseek-chat": # api_type: "openai" # or azure / ollama / groq etc. + api_type: "openai" # or azure / ollama / groq etc. + base_url: "" + api_key: "" + temperature: 0 + "gpt-4o-mini": # api_type: "openai" # or azure / ollama / groq etc. + api_type: "openai" # or azure / ollama / groq etc. base_url: "" api_key: "" temperature: 0 +# Other models +