freedmand / semantra

Multi-tool for semantic search
MIT License
2.52k stars 140 forks source link

feat: system-wide env and nicer port error #52

Closed freedmand closed 1 year ago

freedmand commented 1 year ago

Adds support for a .env file in the Semantra directory to load the OpenAI key.

Also contributes a nicer error message if the port is already being used.

Fixes #47 and #48