-
If it supports open source LLM's please provide list of models |
Beta Was this translation helpful? Give feedback.
Answered by
eyurtsev
Feb 26, 2024
Replies: 1 comment
-
It uses a prompt based technique rather than function calling or JSON mode, so it basically works with any language or chat model. Look at langchain documentation to identify which models you might be able to use. Quality of results depends on the prompt and on the LLMs used (see guidelines in documentation) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eyurtsev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It uses a prompt based technique rather than function calling or JSON mode, so it basically works with any language or chat model. Look at langchain documentation to identify which models you might be able to use.
Quality of results depends on the prompt and on the LLMs used (see guidelines in documentation)