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

建议提供完整openai本地调用接口 #12

Open
18600709862 opened this issue Dec 18, 2024 · 4 comments
Open

建议提供完整openai本地调用接口 #12

18600709862 opened this issue Dec 18, 2024 · 4 comments

Comments

@18600709862
Copy link

三个参数:
base_url
api_key
model
这样可以保证各种各样的调用llm都可以使用

@daodao97
Copy link
Owner

没太理解,对话中有一个隐藏的意图判断,需要用到大模型提供的类function calling 能力,选择对应的mcp 服务,这个不是任意模型都支持,后续可以把这个意图判断抽离出来,之后才能真的对任意llm

@18600709862
Copy link
Author

似乎还差一个设置
我调用其他openai,
需要设置model,找不到这个设置

@18600709862
Copy link
Author

function calling 能力如果不具备,是模型能力问题。
应用应该提供便捷设置。
感谢,很棒的应用。

@daodao97
Copy link
Owner

作为一个完整的客户端使用,还是有很多问题的,这个程序主要是为了实践mcp client 的接入,现在已经有较多的客户端实现了的mcp调用的能力,在chatmcp的技术栈选型上,基于flutter的比较少,大多是electron 等js系的,ui组件比较丰富,本应用权当学习啦

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

No branches or pull requests

2 participants