{"id":18419045,"url":"https://github.com/kazuma512/chatgpt-fastapi","last_synced_at":"2026-05-02T02:38:13.281Z","repository":{"id":233540873,"uuid":"787303903","full_name":"kazuma512/chatgpt-fastAPI","owner":"kazuma512","description":"This is a simple API project that calls the ChatGPT API using FastAPI.","archived":false,"fork":false,"pushed_at":"2024-04-16T13:48:27.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T06:45:15.255Z","etag":null,"topics":["chatgpt-api","fastapi","kazuma512","python","third-party-api"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kazuma512.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}},"created_at":"2024-04-16T09:15:12.000Z","updated_at":"2024-04-16T13:42:55.000Z","dependencies_parsed_at":"2024-04-16T16:55:45.367Z","dependency_job_id":null,"html_url":"https://github.com/kazuma512/chatgpt-fastAPI","commit_stats":null,"previous_names":["kazuma512/chatgpt-fastapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fchatgpt-fastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fchatgpt-fastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fchatgpt-fastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuma512%2Fchatgpt-fastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kazuma512","download_url":"https://codeload.github.com/kazuma512/chatgpt-fastAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675455,"owners_count":21143767,"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":["chatgpt-api","fastapi","kazuma512","python","third-party-api"],"created_at":"2024-11-06T04:15:38.245Z","updated_at":"2026-05-02T02:38:13.247Z","avatar_url":"https://github.com/kazuma512.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chatgpt-fastAPI\n\n## Introduction\nThis is a simple API project that calls the ChatGPT API using FastAPI.\n\n## Installation\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n```python\nasync def ask_gpt(input_text):\n    completion = await client.chat.completions.create(model=\"gpt-3.5-turbo\", messages=[{\"role\": \"user\", \"content\": input_text}])\n    return completion.choices[0].message.content\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuma512%2Fchatgpt-fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazuma512%2Fchatgpt-fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuma512%2Fchatgpt-fastapi/lists"}