We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b689a commit 4c2f369Copy full SHA for 4c2f369
src/funcchain/backend/settings.py
@@ -62,7 +62,7 @@ def openai_kwargs(self) -> dict:
62
63
def ollama_kwargs(self) -> dict:
64
return {
65
- "base_url": self.ollama_base_url
+ "base_url": self.ollama_base_url,
66
}
67
68
def llamacpp_kwargs(self) -> dict:
0 commit comments