danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
18.58k stars 3.13k forks source link

[Bug]: `Plugins` seem to ignore proxy? #1114

Closed Manouchehri closed 1 year ago

Manouchehri commented 1 year ago

Contact Details

No response

What happened?

When using plugins, it seems like the PROXY set in .env is completely ignored. Seems to work fine in other modes though.)

Steps to Reproduce

  1. Set a HTTP proxy in .env. e.g. PROXY="http://1.2.3.4:31337"
  2. Switch to Plugins mode in a new conversation.
  3. Start a thread. You'll notice that the requests to the endpoints are not going through the proxy.

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Screenshots

image

Code of Conduct

danny-avila commented 1 year ago

this is a backlog item, I could see about implementing it soon: https://github.com/danny-avila/LibreChat/issues/642