formatting
This commit is contained in:
parent
f83a04eba7
commit
73e5ab059f
1 changed files with 8 additions and 8 deletions
|
|
@ -5,14 +5,14 @@
|
||||||
# provider = "ollama";
|
# provider = "ollama";
|
||||||
# provider = "claude";
|
# provider = "claude";
|
||||||
providers = {
|
providers = {
|
||||||
# claude = {
|
# claude = {
|
||||||
# endpoint = "https://api.anthropic.com";
|
# endpoint = "https://api.anthropic.com";
|
||||||
# extra_request_body = {
|
# extra_request_body = {
|
||||||
# max_tokens = 4096;
|
# max_tokens = 4096;
|
||||||
# temperature = 0;
|
# temperature = 0;
|
||||||
# };
|
# };
|
||||||
# model = "claude-3-5-sonnet-20240620";
|
# model = "claude-3-5-sonnet-20240620";
|
||||||
# };
|
# };
|
||||||
ollama = {
|
ollama = {
|
||||||
endpoint = "http://localhost:11434";
|
endpoint = "http://localhost:11434";
|
||||||
model = "qwen2.5-coder:32b";
|
model = "qwen2.5-coder:32b";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue