Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

项目非常棒,提几个小建议哈 #8

Closed
jerryblues opened this issue Mar 15, 2024 · 4 comments
Closed

项目非常棒,提几个小建议哈 #8

jerryblues opened this issue Mar 15, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@jerryblues
Copy link

  1. AI API key 的配置,建议可以优化一下:
  • 提供一个免费的选项供体验,比如原版提供的 g4f
  • 支持其他类型的 API key,比如通过 One API 项目产生的 API key
  1. 建议 prompt 可以由用户手动提供,类似原版那样。这样可能可以提升文本内容丰富性。
  2. 支持选择仅生成音频,或者这个可以另外启一个项目。
@jerryblues
Copy link
Author

关于API key,还可以支持 moonshot,兼容openAI,方便国内用户使用:https://platform.moonshot.cn/

@harry0703 harry0703 added the enhancement New feature or request label Mar 27, 2024
@skmoyi
Copy link

skmoyi commented Mar 28, 2024

通义千问也可以支持,还不用翻墙

@harry0703
Copy link
Owner

@skmoyi 千问已经支持了

# 支持的提供商 (Supported providers):
#   openai
#   moonshot (月之暗面)
#   oneapi
#   g4f
#   azure
#   qwen (通义千问)
llm_provider="qwen" 

########## Qwen API Key
# Visit https://dashscope.console.aliyun.com/apiKey to get your API key
# Visit below links to get more details
# https://tongyi.aliyun.com/qianwen/
# https://help.aliyun.com/zh/dashscope/developer-reference/model-introduction
qwen_api_key = ""
qwen_model_name = "qwen-max" 

@hansonhantong
Copy link

通义千问api收费的呀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants