- A polyglot gpt assistant that answers any question for you
- Support checking weather of the current day in one or more locations. Locations can be inferred intelligently based on the context
* This project has only been tested on NodeJS v.20.12.2
cp .env.example .env and configure .env
| API_KEY | Description |
|---|---|
| OPENWEATHERMAP_API_KEY | API Key in your OpenWeatherMap account: https://home.openweathermap.org/api_keys |
| OPENAI_API_KEY | API Key in your OpenAI account: https://platform.openai.com/settings/profile?tab=api-keys |
| OPENAI_MODEL | By default: gpt-3.5-turbo. View a list of available models from OpenAI: https://platform.openai.com/docs/models |
- Coming soon...
- If you don't have
pnpmyet, install it by runningnpm i -g pnpm, or checkout the official installation guide pnpm inpm start
-
Add initial system prompt to increase accuracy
-
Docker
-
Rewrite with TypeScript
-
Refactor with proper OOP, ideally a plugin system
-
More APIs

