We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如用fastgpt,是否可以配合HuixiangDou android助手,实现微信自动回复?
The text was updated successfully, but these errors were encountered:
android 那边其实就是发 http 请求,只要把 http client 切到你想要的后端即可。
改这里:
HuixiangDou/android/demo/src/main/java/com/carlos/grabredenvelope/demo/SendEmojiService.kt
Lines 241 to 244 in 0a46168
虽然是 kt,当成 java 写就行(或者问 LLM)。
post_url 和 param 配置 fastgpt 的参数。
post_url
Sorry, something went wrong.
那也可以直接用llm api吗?比如ollama api?
他就是从安卓手机发个 http 请求,后端用啥都行。
No branches or pull requests
detail | 详细描述 | 詳細な説明
比如用fastgpt,是否可以配合HuixiangDou android助手,实现微信自动回复?
The text was updated successfully, but these errors were encountered: