-
Notifications
You must be signed in to change notification settings - Fork 508
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
Update docs on how to interact with local LLM #1128
Conversation
Specify the details of how **config is used in Completion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the detailed documentation. I have a few questions.
Co-authored-by: Chi Wang <[email protected]>
Co-authored-by: Chi Wang <[email protected]>
Co-authored-by: Chi Wang <[email protected]>
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow https://microsoft.github.io/FLAML/docs/Contribute#pre-commit to pass the code-formatting check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. You can add subtasks for TODOs: register_chat_model
and easier endpoint spinup process.
Could you compile the website locally to verify the format is good? Follow: https://microsoft.github.io/FLAML/docs/Contribute#documentation
Also, if you don't have a figure for the blogpost, you can simply put a "filename.md" under "blog/" instead of using "folder_name/index.mdx". The ".md" file can be easily previewed in vscode. See https://docusaurus.io/docs/blog#adding-posts
I complied the website, the format is good. I see that other blog posts are using the folder/index.mdx, for consistency I decide to retain this file layout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In future, consider using a single .md file for simple posts without auxiliary files. @qingyun-wu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I requested a change after seeing @JieyuZ2 's comment.
Co-authored-by: Chi Wang <[email protected]>
Why are these changes needed?
Specifying how to initiate an endpoint and interact with local LLMs using flaml.autogen is needed.
Related issue number
microsoft/autogen#15 #1037
Checks