Added support for ollama endpoint and defining the LLM model in the config
This commit is contained in:
parent
d964f599be
commit
ca4f56833a
7 changed files with 38 additions and 33 deletions
|
|
@ -37,3 +37,7 @@ companyBlacklist:
|
|||
- Crossover
|
||||
|
||||
titleBlacklist:
|
||||
|
||||
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