add config examples for gpt/claude/gemini/llama3/wizardlm2

This commit is contained in:
geekan 2024-04-20 11:03:10 +08:00
parent eeb063a850
commit 2b024928cb
6 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,5 @@
llm:
api_type: 'claude' # or anthropic
base_url: 'https://api.anthropic.com'
api_key: 'YOUR_API_KEY'
model: 'claude-3-opus-20240229'

View file

@ -0,0 +1,4 @@
llm:
api_type: 'gemini'
api_key: 'YOUR_API_KEY'
model: 'gemini-pro'

View file

@ -0,0 +1,5 @@
llm:
api_key: "YOUR_API_KEY"
model: "gpt-3.5-turbo-1106"
#proxy: "http://<ip>:<port>"
#base_url: "https://<forward_url>/v1"

View file

@ -0,0 +1,6 @@
llm:
api_key: "YOUR_API_KEY"
model: "gpt-4-turbo"
#proxy: "http://<ip>:<port>"
#base_url: "https://<forward_url>/v1"

View file

@ -0,0 +1,5 @@
llm:
api_type: openrouter
base_url: "https://openrouter.ai/api/v1"
api_key: "YOUR_API_KEY"
model: meta-llama/llama-3-70b-instruct:nitro

View file

@ -0,0 +1,5 @@
llm:
api_type: openrouter
base_url: "https://openrouter.ai/api/v1"
api_key: "YOUR_API_KEY"
model: microsoft/wizardlm-2-8x22b