Added support for ollama endpoint and defining the LLM model in the config

This commit is contained in:
user 2024-08-31 22:58:40 +02:00
parent d964f599be
commit ca4f56833a
7 changed files with 38 additions and 33 deletions

View file

@ -39,4 +39,8 @@ companyBlacklist:
titleBlacklist:
- word1
- word2
- word2
llm_model_type: [openai / ollama]
llm_model: ['gpt-4o' / 'mistral:v0.3']
llm_api_url: [https://api.pawan.krd/cosmosrp/v1', http://127.0.0.1:11434/]

View file

@ -1,4 +1,3 @@
email: myemaillinkedin@gmail.com
password: ImpossiblePassowrd10
openai_api_key: sk-11KRr4uuTwpRGfeRTfj1T9BlbkFJjP8QTrswHU1yGruru2FR
openai_api_free_hosted_url: https://api.pawan.krd/cosmosrp/v1
llm_api_key: 'sk-11KRr4uuTwpRGfeRTfj1T9BlbkFJjP8QTrswHU1yGruru2FR'