Update config.ini.TEMPLATE

Added Ollama Config Option
This commit is contained in:
Paulslewis66
2025-02-08 21:05:03 +00:00
committed by GitHub
parent f1f6c294e9
commit 4bd3cfcdc2

View File

@ -28,6 +28,10 @@ server_version_string = SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.3
llm_provider = openai
model_name = gpt-4o
##### ollama llama3
llm_provider = ollama
model_name = llama3.3
##### Any model via Amazon Bedrock
# Valid AWS model names can be found here: https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html
#llm_provider = AWS