Skip to content

Commit

Permalink
[fix] AI Assistant sends messages to 127.0.0.1 instead of remote Olla…
Browse files Browse the repository at this point in the history
…ma URL (#2984) (#2985)
  • Loading branch information
Youssef-Harby authored Feb 7, 2025
1 parent 81780f5 commit c39778c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ai-assistant/src/components/ai-assistant-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ function AiAssistantComponentFactory() {
modelProvider: aiAssistant.config.provider,
model: aiAssistant.config.model,
apiKey: aiAssistant.config.apiKey,
baseUrl: aiAssistant.config.baseUrl,
instructions: INSTRUCTIONS,
functions
};
Expand Down

0 comments on commit c39778c

Please sign in to comment.