-
Notifications
You must be signed in to change notification settings - Fork 383
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
[Feature Request]: 请问这个项目里边怎么做一个单独的插件出来,插件代码在哪里 #254
Comments
Title: [Feature Request]: How to create a separate plug-in in this project and where is the plug-in code? Problem DescriptionPlease tell me how to create a separate plug-in in this project and where is the plug-in code? Solution DescriptionPlease tell me how to create a separate plug-in in this project and where is the plug-in code? Alternatives ConsideredPlease tell me how to create a separate plug-in in this project and where is the plug-in code? Additional ContextNo response |
大部分插件都在 |
Most plugins are in |
如果你的模型支持 openai 的函数调用接口形式,估计把模型名改成 openai 的几个模型也可以。 |
If your model supports the function calling interface form of openai, it is estimated that you can change the model name to several models of openai. |
|
|
ollama 还没支持 openai 模拟接口的 Function calling 功能,或者你可以试试 groq 他们官方实现了 openai 兼容的 Function calling。 https://github.com/ollama/ollama/blob/main/docs/openai.md#v1chatcompletions |
|
建议参考一下 langchainjs 的相关文档:https://js.langchain.com/docs/integrations/chat/ollama_functions |
It is recommended to refer to the relevant documentation of langchainjs: https://js.langchain.com/docs/integrations/chat/ollama_functions |
可以参考改工程里的哪些文件吗? |
Which files in the project can I refer to for modification? |
langchian 相关业务的代码都在这里:app/api/langchain/tool/agent |
Problem Description
请问这个项目里边怎么做一个单独的插件出来,插件代码在哪里
Solution Description
请问这个项目里边怎么做一个单独的插件出来,插件代码在哪里
Alternatives Considered
请问这个项目里边怎么做一个单独的插件出来,插件代码在哪里
Additional Context
No response
The text was updated successfully, but these errors were encountered: