Skip to content

Commit

Permalink
🔧 Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 11, 2024
1 parent 49b689a commit 4c2f369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funcchain/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def openai_kwargs(self) -> dict:

def ollama_kwargs(self) -> dict:
return {
"base_url": self.ollama_base_url
"base_url": self.ollama_base_url,
}

def llamacpp_kwargs(self) -> dict:
Expand Down

0 comments on commit 4c2f369

Please sign in to comment.