mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
17 lines
336 B
YAML
17 lines
336 B
YAML
providers:
|
|
- name: databricks
|
|
config:
|
|
host: databricks_host
|
|
token: databricks_token
|
|
- name: openai
|
|
config:
|
|
api_key: openai_api_key
|
|
- name: ollama
|
|
config:
|
|
host: "http://localhost:11434/"
|
|
- name: bedrock
|
|
config:
|
|
profile: aws_profile
|
|
access_key: key
|
|
accesss_secret: secret
|