supabase-community / postgres-new

In-browser Postgres sandbox with AI assistance
https://database.build
Apache License 2.0
2.34k stars 183 forks source link

chat: add configure openai api base and model #75

Closed lroolle closed 2 months ago

lroolle commented 2 months ago

Add support to configure OPENAI_API_BASE & OPENAI_MODEL in env local

lroolle commented 2 months ago

Thanks @lroolle! Would you mind adding some docs for this in the apps/postgres-new README? We should also add a disclaimer that says that the current prompts/tools were designed around GPT-4o, so expect other models to behave differently and produce different results. And also that you will need to choose a model that supports tool (function) call capabilities.


hi @gregnr, README updated