📖 English | 简体中文
Get API Key
申请 API Key
config.example.toml
文件中的
gemini_api_key
配置
配置vpn的方法不限,只要能正常访问 Google 网络即可,本文采用的是 chash
http://127.0.0.1:7890
7890
,请修改
docker-compose.yml
文件中的
VPN_PROXY_URL
为你的代理地址
environment:
- "VPN_PROXY_URL=http://host.docker.internal:7890" # 修改为你的代理端口;host.docker.internal表示物理机的IP
config.example.toml
文件中的
proxy
配置
[proxy]
### Use a proxy to access the Pexels API
### Format: "http://<username>:<password>@<proxy>:<port>"
### Example: "http://user:pass@proxy:1234"
### Doc: https://requests.readthedocs.io/en/latest/user/advanced/#proxies
http = "http://xx.xx.xx.xx:7890"
https = "http://xx.xx.xx.xx:7890"
git clone https://github.com/linyqh/NarratoAI.git
cd NarratoAI
docker-compose up
打开浏览器,访问 http://127.0.0.1:8501
打开浏览器,访问 http://127.0.0.1:8080/docs 或者 http://127.0.0.1:8080/redoc
目前暂时只支持
Gemini
模型,其他模式待后续更新,欢迎大家提交
PR
,参与开发 🎉🎉🎉
配置文件 config.toml
中的
imagemagick_path
为你的实际安装路径(一般在
C:\Program Files\ImageMagick-7.1.1-Q16\magick.exe
)
brew install imagemagick
sudo apt-get install imagemagick
sudo yum install ImageMagick
streamlit run ./webui/Main.py --browser.serverAddress=127.0.0.1 --server.enableCORS=True --browser.gatherUsageStats=False
👏👏👏 可以提交 issue 或者 pull request 🎉🎉🎉
该项目基于以上项目重构而来,增加了影视解说功能,感谢大佬的开源精神 🥳🥳🥳
点击查看
LICENSE
文件