这是模仿DK的 哄哄模拟器 做的开源免费版哄哄模拟器,大模型用的是 google 的 gemini,主打一个免费(每分钟60次调用),目前 gemini 还没有训练模型和微调(Fine-tuning),所以我用最原始的 prompt 来实现,主要参考 宝玉老师 这版
HongHongChat is built on the following stack:
- Next.js – framework
- Vercel AI SDK – AI completions
- Vercel – deployments
- TailwindCSS – styles
You can control the website through environment variables.
Name | Description | Required |
---|---|---|
GEMINI_API_KEY |
Your API Key for GEMINI. You can get it from here. | ✔ |
API_BASE_URL |
Custom base url for GEMINI API. Click here to see when to use this. | ❌ |
Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
If this repo is helpful to you, buy me a coffee,thank you very much!😄
Licensed under the MIT license.