Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YunYouJun/ai-sfc
AI 春联 / Spring Festival Couplets
https://github.com/YunYouJun/ai-sfc
ai couplet spring-festival
Last synced: 2 months ago
JSON representation
AI 春联 / Spring Festival Couplets
- Host: GitHub
- URL: https://github.com/YunYouJun/ai-sfc
- Owner: YunYouJun
- License: mpl-2.0
- Created: 2024-01-31T09:38:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T13:27:16.000Z (11 months ago)
- Last Synced: 2024-04-14T00:26:36.508Z (9 months ago)
- Topics: ai, couplet, spring-festival
- Language: Vue
- Homepage: https://ai-sfc.yunyoujun.cn
- Size: 3.81 MB
- Stars: 246
- Watchers: 2
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - YunYouJun/ai-sfc - AI 春联 / Spring Festival Couplets (Vue)
- awesome - YunYouJun/ai-sfc - AI 春联 / Spring Festival Couplets (Vue)
README
# AI SFC (Spring Festival Couplets) - AI 春联
Powered by [DeepSeek 开发平台](https://platform.deepseek.com/).
- 字体:[MaShanZheng | Google Fonts](https://fonts.google.com/specimen/Ma+Shan+Zheng)
## Desc
- 横批从右往左,上联在右,下联在左。
- 横批从左往右,上联在左,下联在右。## Dev
### Config API Key
```bash
cp .env.example .env# .env
# Use DeepSeek
AI_SERVICE_URL='https://api.deepseek.com/v1'
MODEL_NAME='deepseek-chat'
# you can get free tokens from https://platform.deepseek.com/
OPENAI_API_KEY=your_deepseek_api_key
``````bash
pnpm i
pnpm dev
```## FAQ
- [Error when opening nuxt3 web link in China's QQ application](https://github.com/nuxt/nuxt/issues/24229)
- `ofetch` in QQ browser: [unjs/ofetch#294](https://github.com/unjs/ofetch/issues/294)