{"id":13457213,"url":"https://github.com/loo-y/GeminiChatUp","last_synced_at":"2025-03-24T12:31:02.812Z","repository":{"id":213690268,"uuid":"734701646","full_name":"loo-y/GeminiChatUp","owner":"loo-y","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-26T15:44:22.000Z","size":853,"stargazers_count":87,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T01:32:33.295Z","etag":null,"topics":["ai","gemini-api","gemini-pro","nextjs","react"],"latest_commit_sha":null,"homepage":"https://chatup.moca.one","language":"TypeScript","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/loo-y.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":"2023-12-22T11:27:49.000Z","updated_at":"2024-10-22T00:01:52.000Z","dependencies_parsed_at":"2023-12-30T17:22:47.457Z","dependency_job_id":"382b1331-3602-4987-beac-f4cc9dd98f03","html_url":"https://github.com/loo-y/GeminiChatUp","commit_stats":null,"previous_names":["loo-y/geminichatmessenger","loo-y/geminichatup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loo-y%2FGeminiChatUp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loo-y%2FGeminiChatUp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loo-y%2FGeminiChatUp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loo-y%2FGeminiChatUp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loo-y","download_url":"https://codeload.github.com/loo-y/GeminiChatUp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245269758,"owners_count":20587839,"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","gemini-api","gemini-pro","nextjs","react"],"created_at":"2024-07-31T08:01:36.007Z","updated_at":"2025-03-24T12:31:02.366Z","avatar_url":"https://github.com/loo-y.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\n# Gemini ChatUp\n\n[中文](./README.zh.md)\n\n## About\nThis project is a chat application based on the Google GeminiPro API Key, with support for responsive layout. It can retain multiple sets of conversations, and the basic parameters for each set of conversations can be set separately.\n\n## How to Use\n[Demo](https://chatup.moca.one) \n\u003eYou need to log in with an account or provide your own Gemini Pro API Key.\u003cbr /\u003e\n\u003eDevelopers can click to see how to [deploy this feature](#user_credential).\n\n#### Account/Password\n|Test Account|Password|\n|--|--|\n|guest|guest123456|\n\u003cbr /\u003e\n\n#### Streaming Conversation\n\u003cimg width=\"400\" alt=\"SCR-20240121-shmh\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/4f91a1b7-2773-4a5a-93a0-1fa294d17174\"\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\n## How to Deploy\n### Get Gemini API Key\n\n[Get API Key](https://makersuite.google.com/app/apikey)\n\n### Deploy to Vercel\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Floo-y%2FGeminiChatUp\u0026env=GOOGLE_GEMINI_API_KEY\u0026envDescription=GeminiPro%20API%20Key\u0026project-name=geminichatup\u0026repository-name=GeminiChatUp\u0026demo-url=https%3A%2F%2Fchatup.moca.one\u0026demo-image=https%3A%2F%2Fgithub.com%2Floo-y%2FGeminiChatUp%2Fassets%2F2792566%2Fa69a57a5-598e-4958-a912-a7cc37dba2aa)\n\nClick the button to deploy to Vercel and follow the prompts to enter your Google GeminiPro API Key. \n\n\u003ca id=\"user_credential\"\u003e\u003c/a\u003e\n### Adding User Authentication\nThis feature requires enabling Edge config in Vercel. Follow these steps:\n1. After the project is deployed, switch to the Storage Tab and select \"New Edge Config.\"\n\u003cbr /\u003e\u003cimg width=\"800\" alt=\"SCR-20240120-pofd\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/96ff748d-8d3e-4b67-9a41-58e5d5ad022e\"\u003e\n\n2. In the Edge Config, switch to Projects and check if it is already associated with the current project.\n\u003cbr /\u003e\u003cimg width=\"800\" alt=\"SCR-20240120-pmob\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/71151560-37d2-4069-a8d9-bc8ec2538b64\"\u003e\n\n3. Finally, switch to Items and at the bottom right, you can add usernames and passwords in JSON format by yourself.\n\u003cbr /\u003e\u003cimg width=\"800\" alt=\"SCR-20240120-pmyd\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/99880c3a-b5dd-482d-a50c-6118921aa4d6\"\u003e\n\n\u003cbr /\u003e\n\n### Local Start\n1. Install dependencies\n    ```\n    npm i\n    ```\n\n2. Create a new ```.env```file,  copy the contents of ```.env.example``` into ```.env```, and modify it with your own API Key and configuration options.\n\u003cbr /\u003e\n\n3. Local Start\n    ```javascript\n    npm run dev\n    ```\n\n## Screenshots\n\u003cbr /\u003e\n\u003cimg width=\"300\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/6924b5fe-f30a-4f9d-a69f-27a6fe2820a1\" /\u003e  \n\u003cimg width=\"300\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/630b5181-bbdd-4dd0-bac5-9376b3f50d63\" /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\u003cimg width=\"800\" alt=\"SCR-20240104-mgmn\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/cf8c68ed-dded-483e-b69e-f19e022726b6\" /\u003e\u003cbr /\u003e\n\n\u003c!-- \u003cbr /\u003e\u003cimg width=\"800\" alt=\"SCR-20240104-mgju\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/cdfd758f-eb8e-4165-9047-85124188dfce\" /\u003e\u003cbr /\u003e\n\u003cbr /\u003e\u003cimg width=\"800\" alt=\"SCR-20240112-bylz\" src=\"https://github.com/loo-y/GeminiChatUp/assets/2792566/a69a57a5-598e-4958-a912-a7cc37dba2aa\" /\u003e\u003cbr /\u003e \n--\u003e\n\n### To Be Completed\n\n1. ~~Streaming Q\u0026A~~ (completed)\n2. ~~Clearing previous conversations~~ (completed)\n3. ~~Calculating tokens and removing excess conversations~~ (completed)\n4. ~~Global settings, supporting client integration with GeminiPro API~~ (completed)\n5. Support for searching conversation content\n6. ~~Add GeminiPro Vision API~~ (completed)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floo-y%2FGeminiChatUp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floo-y%2FGeminiChatUp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floo-y%2FGeminiChatUp/lists"}