Skip to content

Commit

Permalink
fix: Fixed another issue in #338.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jun 11, 2024
1 parent 0d497ca commit 97325e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Ollama/src/OllamaProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace LangChain.Providers.Ollama;
/// <param name="url"></param>
/// <param name="options"></param>
public class OllamaProvider(
string url = "http://localhost:11434",
string url = "http://localhost:11434/api",
RequestOptions? options = null)
: Provider(id: "ollama")
{
Expand Down

0 comments on commit 97325e2

Please sign in to comment.