formatting

This commit is contained in:
Osman Faruk Bayram 2025-09-15 16:00:11 +03:00
parent f83a04eba7
commit 73e5ab059f

View file

@ -5,14 +5,14 @@
# provider = "ollama";
# provider = "claude";
providers = {
# claude = {
# endpoint = "https://api.anthropic.com";
# extra_request_body = {
# max_tokens = 4096;
# temperature = 0;
# };
# model = "claude-3-5-sonnet-20240620";
# };
# claude = {
# endpoint = "https://api.anthropic.com";
# extra_request_body = {
# max_tokens = 4096;
# temperature = 0;
# };
# model = "claude-3-5-sonnet-20240620";
# };
ollama = {
endpoint = "http://localhost:11434";
model = "qwen2.5-coder:32b";