{"id":15316483,"url":"https://github.com/doemser/next-openai-integration","last_synced_at":"2025-04-15T02:20:45.382Z","repository":{"id":174310353,"uuid":"623209757","full_name":"doemser/next-openai-integration","owner":"doemser","description":"OpenAI API Starter - Real-time chatbot with OpenAI.","archived":false,"fork":false,"pushed_at":"2023-05-10T10:49:08.000Z","size":210,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:11:09.404Z","etag":null,"topics":["javascript","next","nextjs","openai-api","react","starter-project"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doemser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-04-03T23:17:05.000Z","updated_at":"2024-06-06T12:24:20.000Z","dependencies_parsed_at":"2023-08-26T00:01:54.774Z","dependency_job_id":null,"html_url":"https://github.com/doemser/next-openai-integration","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"5a2b8a64494234db65c6a7dae1aeedb4c0ab80e9"},"previous_names":["doemser/next-openai-integration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-openai-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-openai-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-openai-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-openai-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doemser","download_url":"https://codeload.github.com/doemser/next-openai-integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991709,"owners_count":21194925,"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":["javascript","next","nextjs","openai-api","react","starter-project"],"created_at":"2024-10-01T08:54:13.902Z","updated_at":"2025-04-15T02:20:45.338Z","avatar_url":"https://github.com/doemser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talk to anyone you like\n\n![Rick Sanchez](/public/assets/rick-sanchez.png)\n\nThis repository provides an isolated entrypoint into the world of fetching results from OpenAI's API. It's designed for simplicity and ease of use, perfect for beginners who want to start exploring the powerful capabilities of OpenAI's GPT engines.\n\nThe app allows users to input a persona and a question, and uses OpenAI's API to generate a response to the question from the perspective of the specified persona. The app is built using React and the generated response is displayed in real-time on the webpage.\n\n## Getting Started\n\n### Add your API key\n\nCreate an account at https://platform.openai.com/signup and obtain your API key.\n\nCopy the `.env.local.example` file to `.env.local`:\n\n```shell\ncp .env.local.example .env.local\n```\n\nOpen the `.env` file and add your OpenAI API key:\n\n```shell\nOPENAI_API_KEY=your_api_key_here\n\n```\n\n\u003e If you do not have a paid openai api key, you will need to adjust the model to use something lower than gpt3.5-turbo.\n\n### Run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoemser%2Fnext-openai-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoemser%2Fnext-openai-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoemser%2Fnext-openai-integration/lists"}