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
Currently the frontend AI tools are using regular openai. We should switch to azure openai; with an option for users to use regular openai if they provide their own key.
This requires the following changes:
Allow /api/chat route to accept azure requests too (by default, actually)
Add a switch to the AI Chat panel component for azure or regular openai
Create new azure deployment dedicated for docetl (todo)
Set up azure keys in the frontend & some mechanism to cap the usage
Set up logging
Set up cron job that reads the total cost from the table and notifies us on slack if the usage has exceeded a threshold
The text was updated successfully, but these errors were encountered:
Currently the frontend AI tools are using regular openai. We should switch to azure openai; with an option for users to use regular openai if they provide their own key.
This requires the following changes:
The text was updated successfully, but these errors were encountered: