agorafoundation / agora

An Open source, closed loop, user centric, cloud based learning and research platform
https://freeagora.org/
BSD 3-Clause "New" or "Revised" License
90 stars 14 forks source link

OPENAI_TOGGLE not functional #535

Closed briangormanly closed 10 months ago

briangormanly commented 11 months ago

Currently the OPENAI_TOGGLE parameter in the .env file does not have any effect.

All OpenAI UI features should be cleanly "turned off" if this is set to FALSE. and only if it is set to TRUE should the OPENAI_API_KEY be required and used.

In the current version of Agnes, it should just be "turned off" and the robot icon removed. This will have to be planned into the upcoming #530 changes as well.

briangormanly commented 10 months ago

Completed, thank you @A-4-Atom