You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix API key usage: use agentServerApiKey for agent server authentication
- Changed ConversationManager to use settings.agentServerApiKey instead of settings.apiKey
- Updated useEffect dependency to watch for agentServerApiKey changes
- Keeps settings.apiKey for LLM authentication in agent creation
- Resolves issue where x-session-api-key header was incorrectly set with LLM key
This ensures proper separation between:
- agentServerApiKey: for authenticating with the OpenHands agent server
- apiKey: for LLM API calls within agent configurations
0 commit comments