{"id":14964205,"url":"https://github.com/waylaidwanderer/pandoraai","last_synced_at":"2025-04-12T15:38:58.078Z","repository":{"id":95913129,"uuid":"607394535","full_name":"waylaidwanderer/PandoraAI","owner":"waylaidwanderer","description":"PandoraAI is a web chat client powered by node-chatgpt-api, allowing users to easily chat with multiple AI systems while also offering support for custom presets. With its seamless and convenient design, PandoraAI provides an engaging conversational AI experience.","archived":false,"fork":false,"pushed_at":"2023-08-28T11:09:08.000Z","size":4188,"stargazers_count":849,"open_issues_count":22,"forks_count":216,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-03T15:11:23.959Z","etag":null,"topics":["ai","app","bing","chatgpt","chatgpt-api","client","gpt-3","nuxt","openai","openai-api","vue","web-client"],"latest_commit_sha":null,"homepage":"https://github.com/waylaidwanderer/node-chatgpt-api","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waylaidwanderer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["waylaidwanderer"]}},"created_at":"2023-02-27T22:16:53.000Z","updated_at":"2025-04-03T03:32:56.000Z","dependencies_parsed_at":"2024-09-14T03:33:05.164Z","dependency_job_id":null,"html_url":"https://github.com/waylaidwanderer/PandoraAI","commit_stats":{"total_commits":133,"total_committers":6,"mean_commits":"22.166666666666668","dds":"0.42105263157894735","last_synced_commit":"88e573507451be612c1f0075d5b5d5698af90deb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylaidwanderer%2FPandoraAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylaidwanderer%2FPandoraAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylaidwanderer%2FPandoraAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylaidwanderer%2FPandoraAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waylaidwanderer","download_url":"https://codeload.github.com/waylaidwanderer/PandoraAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590630,"owners_count":21129863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","app","bing","chatgpt","chatgpt-api","client","gpt-3","nuxt","openai","openai-api","vue","web-client"],"created_at":"2024-09-24T13:32:45.702Z","updated_at":"2025-04-12T15:38:58.054Z","avatar_url":"https://github.com/waylaidwanderer.png","language":"Vue","funding_links":["https://github.com/sponsors/waylaidwanderer"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Web client demo\" src=\"./demos/client.png?v=3\"\u003e\n\u003c/p\u003e\n\n# PandoraAI\n\nPandoraAI is a web chat client powered by [node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api), allowing users to easily chat with multiple AI systems while also offering support for custom presets. With its seamless and convenient design, PandoraAI provides an engaging conversational AI experience.\n\nBuilt using [Nuxt 3](https://v3.nuxtjs.org/), a Vue 3 framework.  \nYou may also use PandoraAI with other API server implementations as long as the endpoints are compatible.\n\n## Features\n\n- Chat with all the AI that `node-chatgpt-api` supports, including `gpt-3.5-turbo`, `text-davinci-003`, ChatGPT, and Bing.\n- Supports creating multiple presets for each client.  \n![Client Settings](demos/client-settings.png) \n- Choose between different clients or custom presets.  \n![Client Dropdown](demos/client-dropdown.png)\n- Everything is stored in local storage, so you can use this client without an account, and it can be imported or exported to other devices.\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eNuxt 3 Setup\u003c/strong\u003e\u003c/summary\u003e\n\nLook at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.\n\n## Setup\n\nMake sure to install the dependencies:\n\n```bash\n# yarn\nyarn install\n\n# npm\nnpm install\n\n# pnpm\npnpm install\n```\n\n## Development Server\n\nStart the development server on http://localhost:3000\n\n```bash\nnpm run dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\nnpm run build\n```\n\nLocally preview production build:\n\n```bash\nnpm run preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\u003c/details\u003e\n\n## Setup\n\n1. Follow the Nuxt 3 setup instructions above.\n2. Run the API server from [node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api#api-server).\n3. Copy `.env.example` to `.env` and fill in the `API_BASE_URL` variable with the URL of the API server.\n4. Run `npm run dev` to start the development server, or `npm run build` to build the application for production.\n   1. If you see an empty white page after pulling the latest changes, run `nuxi upgrade --force` first and then `npm run dev`.\n\n## Contributing\nIf you'd like to contribute to this project, please create a pull request with a detailed description of your changes.\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylaidwanderer%2Fpandoraai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaylaidwanderer%2Fpandoraai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylaidwanderer%2Fpandoraai/lists"}