Skip to content

Commit 4c2f369

Browse files
committed
🔧 Add missing comma
1 parent 49b689a commit 4c2f369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/funcchain/backend/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def openai_kwargs(self) -> dict:
6262

6363
def ollama_kwargs(self) -> dict:
6464
return {
65-
"base_url": self.ollama_base_url
65+
"base_url": self.ollama_base_url,
6666
}
6767

6868
def llamacpp_kwargs(self) -> dict:

0 commit comments

Comments
 (0)