{"id":23644600,"url":"https://github.com/appatalks/chatgpt-html","last_synced_at":"2025-10-10T06:38:18.998Z","repository":{"id":65518934,"uuid":"592590657","full_name":"appatalks/chatgpt-html","owner":"appatalks","description":"OpenAI \u0026 Google Generative Language Chat","archived":false,"fork":false,"pushed_at":"2025-08-10T20:46:35.000Z","size":6313,"stargazers_count":26,"open_issues_count":4,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T10:02:13.461Z","etag":null,"topics":["chatgpt","dalle","gemini","genrative-ai","gpt-4","gpt-5","lm-studio","o1","o1-preview","o3","openai","thinking"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/appatalks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2023-01-24T04:03:45.000Z","updated_at":"2025-09-13T05:18:33.000Z","dependencies_parsed_at":"2023-11-21T07:45:49.865Z","dependency_job_id":"ee7395f2-9713-4b58-ae00-12395386019f","html_url":"https://github.com/appatalks/chatgpt-html","commit_stats":null,"previous_names":["appatalks/chatgpt-html"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/appatalks/chatgpt-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appatalks%2Fchatgpt-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appatalks%2Fchatgpt-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appatalks%2Fchatgpt-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appatalks%2Fchatgpt-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appatalks","download_url":"https://codeload.github.com/appatalks/chatgpt-html/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appatalks%2Fchatgpt-html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002970,"owners_count":26083489,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","dalle","gemini","genrative-ai","gpt-4","gpt-5","lm-studio","o1","o1-preview","o3","openai","thinking"],"created_at":"2024-12-28T12:31:45.393Z","updated_at":"2025-10-10T06:38:18.982Z","avatar_url":"https://github.com/appatalks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT HTML - Using OpenAI APIs; \n![screenshot](core/img/lcars-screenshot.png)\n\nv.4.0\n\nThis allows you to easily interact with OpenAI and Google Generative APIs.\n\n## Getting Started\n\n1. Add your OpenAI API key to the \"```OPENAI_API_KEY```\" variable and (optionally) AWS, Google Keys in ```config.json``` for additional functionality. \n2. Open ```index.html``` and have fun!\n\t- If opening via file://, copy `config.local.example.js` to `config.local.js` and set your keys there (no fetch needed).\n\t- Or, serve over http(s) and keep using `config.json`.\n3. Optional: - Suno-Ai's Bark TTS Engine. Run ```server.py``` (GPU Enabled)\n4. **Note: You may have to review/adjust the code for your specific env. ie ```CIDR ranges```, ```NGINX/webserver``` configuration,```scripting``` piece etc.**\n5. Local usage without a server:\n\t- Copy `config.local.example.js` to `config.local.js` and fill your keys.\n\t- Open `index.html` directly (file://). No fetch call to config.json is needed.\n   \n## Features\n\n- Keeps conversation memory\n- OpenAI ```o1```, ```o1-*``` models\n- OpenAI ```o3-mini``` model added (great for code - tier 4+ API)\n- OpenAI ```gpt-4o``` models\n- OpenAI `gpt-5-mini` (experimental) and `latest` alias (per OpenAI latest-model guidance)\n- Latest Google Gemini 2.0 ```Thinking``` model\n- [lmstudio API](https://lmstudio.ai/docs/api/openai-api) local models \n- Dall-E Image Generation\n- Google Vision \n- Model Selection, Multiple languages, and Print Conversation.\n- Convert to Speech using Amazon Polly's Text-to-Speech service.\n- Suno-Ai's Bark TTS Engine available\n- Use Google Search with the Keyword \"Google\"\n- Images served with Google Image Search\n- Additional scraped data with scripts\n- Basic Error handling\n\n## Contributing\n\nSee `.github/copilot-instructions.md` for contribution guidance and model wiring conventions.\n\n## Bugs\n- Check Issues\n- Response with ```\"usage\":{\"completion_tokens\":420}``` causes weird display bug on-screen.\n- **Not for Production use (really messy code, likely security concerns, all-over-the-place, good playgroud and learning tho!)**\n\nGrabbed the inital idea from here https://www.codeproject.com/Articles/5350454/Chat-GPT-in-JavaScript \u003cbr\u003e\nComplete overhaul of the code base.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappatalks%2Fchatgpt-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappatalks%2Fchatgpt-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappatalks%2Fchatgpt-html/lists"}