reworkd / AgentGPT

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
https://agentgpt.reworkd.ai
GNU General Public License v3.0
30.73k stars 9.18k forks source link

Be able to conifgure OPENAI BASE API in web page's setting #554

Open yhyu13 opened 1 year ago

yhyu13 commented 1 year ago

⚠️ Please check that this feature request hasn't been suggested before.

🔖 Feature description

Hi, I've found https://github.com/reworkd/AgentGPT/pull/543 has been merged to 0.4 beta release. But it only allows local configuration, is it possible to make the base URL exposed to web client page, so that we can directly use custom API in any hosted site like https://agentgpt.reworkd.ai/

✔️ Solution

Adding getter/setter to env.OPENAI_BSSE_API to the setting page of web client

❓ Alternatives

None

📝 Additional Context

None

Acknowledgements

alexkreidler commented 1 year ago

Other similar platforms like SuperAGI, BigAGI and Flux have done this or are working on it.

yhyu13 commented 1 year ago

Great! Could you let us know if there is an pr that we can follow in this issue?