yinan-c / RSSbrew

Self-hosted, easy-to-deploy RSS tool - Aggregate, filter, digest and AI summarize articles in RSS feeds.
GNU Affero General Public License v3.0
168 stars 15 forks source link

[Feature Request] 自定义 API 接口地址 #4

Closed soulsleuth closed 5 months ago

soulsleuth commented 5 months ago

希望可以提供 OpenAI 自定义 API 接口地址。

yinan-c commented 5 months ago

这个已经支持了,在 .env 中设置这些变量试试

OPENAI_PROXY=
OPENAI_API_KEY=
OPENAI_BASE_URL='https://api.openai.com/v1'