-
Notifications
You must be signed in to change notification settings - Fork 13
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
[DOCS] Add overview of model providers vs functions supported #121
Comments
That would be great! What I imagine is a simple doc page with quick explanation of the functions (and reference link to more detailed explanation in: https://siml.earth/PromptingTools.jl/dev/how_it_works#ai*-Functions-Overview) Then one-liner that we route ai calls through the use of subtypes of AbstractPromptSchema that explain how the data should be formatted and where to send it (eg, OpenAI models have the corresponding schema ...) As for the format, I'm open to suggestions. I was originally thinking an overview table that includes the schema name for reference and ticks/cross/partial for the function implementation (to reduce vertical size) Inspired by: https://jump.dev/JuMP.jl/stable/installation/#Supported-solvers and https://jmejia8.github.io/Metaheuristics.jl/dev/algorithms/#Algorithms It would be good to include the catch-all implementation, eg, What do you think? Links to docstrings are an amazing idea, but perhaps let's do it as the last step. Once we nail the format of the table and information? |
Thank you for outlining the structure. I think this format would be much better and easier to go through. I will start with the implementation in a PR and then work on the required changes. |
Create a table in the documentation listing which model providers are supported and which functions/capabilities we support for them
The text was updated successfully, but these errors were encountered: