diff options
Diffstat (limited to 'src/aichat/config.yaml')
-rw-r--r-- | src/aichat/config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/aichat/config.yaml b/src/aichat/config.yaml new file mode 100644 index 0000000..a74af2c --- /dev/null +++ b/src/aichat/config.yaml @@ -0,0 +1,8 @@ +# see https://github.com/sigoden/aichat/blob/main/config.example.yaml + +model: ollama +clients: +- type: openai-compatible + name: ollama + api_base: http://localhost:11434/v1 + api_key: __LLM_API_KEY__ |