Is it possible to call other LLM endpoint like a self-hosted CloudGPT? #2340
-
Seems Prompt Flow currently only supports OpenAI and Azure OpenAI natively. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, promptflow supports user call any endpoints in their own python script using script tool, and we have a 'CustomConnection' type for user to store their custom keys. Docs about define a python script tool. Further on, we also supports user create there own customized llm tool for better usage and sharing, please reach the docs here for more details about customizing an llm tool. |
Beta Was this translation helpful? Give feedback.
Hi, promptflow supports user call any endpoints in their own python script using script tool, and we have a 'CustomConnection' type for user to store their custom keys. Docs about define a python script tool.
Further on, we also supports user create there own customized llm tool for better usage and sharing, please reach the docs here for more details about customizing an llm tool.