-
Notifications
You must be signed in to change notification settings - Fork 389
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 on using TypeChat with other LLMs #61
Comments
You can implement any https://github.com/DKFN/quivr-typechat/blob/e1c68c2c5e9d9479386cf66f6b6438dcac32e05b/src/main.ts This is how I run typechat on my Quivr instance using GPT4All I hope this helps ! EDIT: Reference exact commit sha and file. For now, the code is basic enough to be an example but it will become more complex in the future and may become confusing for ppl searching for examples. |
Why not make some type of documentation for these steps ? I see as valuable resource! If complexity start getting bigger, documentation can be upgraded also! |
Thanks @Underewarrr that is a great suggestion ! I will start working on documentation about it after work |
Hey all, we'll probably pursue some specific docs on plugging in a specific model. Until then, I've also put together a doc over at #65 which specifically points out |
Speaking of which, there are at least 2 PRs (#34 and #55) which are entirely about adding a proxy to the built-in As an aside, over time I don't know how many external language models we will have "out-of-the-box" support for. We might opt to keep things as-is, add more support, or remove all the built-in helpers. Others on the team might feel differently. |
@DKFN thanks for your example. It seems to work when adapting to Text Generation Inference (TGI) serving a Llama model. |
Awesome! I am happy it worked for you :) |
What I understand is Typechat can be an alternative to lang chain library but in whole documentation I only see this being used for OpenAI's GPT Model only. So, is there any option to use this with any Open source model like LLAMA or Falcon ?
The text was updated successfully, but these errors were encountered: