Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] AI Assistant sends messages to 127.0.0.1 instead of remote Ollama URL (keplergl#2984) #2985

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

Youssef-Harby
Copy link
Contributor

Fix #2984

Description
This PR fixes a bug where the AI Assistant incorrectly sends chat messages to 127.0.0.1:11434 instead of the configured Ollama Base URL. The issue occurs after the chat stream initializes correctly, but subsequent chat messages are sent to localhost.

@igorDykhta igorDykhta requested a review from lixun910 February 7, 2025 15:39
@lixun910 lixun910 merged commit c39778c into keplergl:master Feb 7, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] AI Assistant Sends Messages to Wrong Ollama Base URL
3 participants