config yaml file with default openai gpt freely hosted
This commit is contained in:
parent
28b8fa3746
commit
d1d9e9f6a3
1 changed files with 3 additions and 3 deletions
|
|
@ -41,6 +41,6 @@ titleBlacklist:
|
|||
- word1
|
||||
- word2
|
||||
|
||||
llm_model_type: [openai / ollama / claude]
|
||||
llm_model: [gpt-4o / mistral:v0.3 / claude-3-5-sonnet-20240620]
|
||||
llm_api_url: [https://api.pawan.krd/cosmosrp/v1', http://127.0.0.1:11434/, https://api.anthropic.com/v1/messages]
|
||||
llm_model_type: openai
|
||||
llm_model: gpt-4o
|
||||
llm_api_url: https://api.pawan.krd/cosmosrp/v1
|
||||
Loading…
Add table
Add a link
Reference in a new issue