lyceum-env/clubs/chess/baml_src/clients.baml

11 lines
282 B
Text
Raw Normal View History

2024-10-12 20:06:49 +00:00
// Learn more about clients at https://docs.boundaryml.com/docs/snippets/clients/overview
client<llm> Llama2 {
provider "openai-generic"
options {
// This will try the clients in order until one succeeds
base_url "http://localhost:11434/v1"
model llama3.2:1b
}
}