[Question]: How to implement free-dall-e-proxy into librechat #2043
-
What is your question?I just found this project : And I wished to implement it in my actual librechat instance but I don't know where to start More Detailscan someone help me to do this 😁 What is the main subject of your question?No response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Important Notes:
|
Beta Was this translation helpful? Give feedback.
@delta-whiplash
Initial Setup:
Begin by seting up the free Dall-E proxy. Follow their instructions provided to get it operational. (For this you're on your own)
Testing the Proxy:
After setting up the reverse proxy on your PC, verify its functionality by accessing the webUI at
http://localhost:8000/gradio/
. Successful image generation indicates proper setup.Configuration with LibreChat:
Integrate the proxy with LibreChat by updating the
.env
file with these variables:Important Notes: