Users sometimes enter URLs with trailing slashes or include the /api path: - http://host:11434/ -> would become http://host:11434//api/chat - http://host:11434/api -> would become http://host:11434/api/api/chat Now we strip trailing slashes and /api suffix during client initialization. Fixes #847 |
||
|---|---|---|
| .. | ||
| anthropic.go | ||
| anthropic_oauth.go | ||
| factory.go | ||
| ollama.go | ||
| openai.go | ||
| provider.go | ||