Skip to content
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

Use local LLMs #14

Closed
maxfahl opened this issue Dec 3, 2023 · 3 comments
Closed

Use local LLMs #14

maxfahl opened this issue Dec 3, 2023 · 3 comments

Comments

@maxfahl
Copy link

maxfahl commented Dec 3, 2023

First of all, thank you for creating and open sourcing this awesome library. Would be awesome if we could define and use local models, maybe through the API feature of "LM Studio" or similar? The API created there is almost identical to the one of OAI.

@Simplereally
Copy link

Keen for this

@VRSEN
Copy link
Owner

VRSEN commented Dec 4, 2023

This library will not support local LLMs due to several key factors:

  1. Function Calling: Essential for executing tools. OpenAI's models are specifically trained to call functions, eliminating the need for any extra prompts. This is crucial for making agents reliable in production.
  2. Document Uploads: The Assistants API enables direct document uploads and storage within each agent, which allows you to easily expand your agent swarms. Implementing this with open-source models would require a complex vector store management system.
  3. Future Capabilities: OpenAI is likely to introduce more advanced features to the Assistants API, such as built-in conversation memory, among others. With their first mover advantage, it might be extremely hard for any Open Source LLMs to ever catch up, unfortunately.

@VRSEN VRSEN closed this as completed Dec 4, 2023
@fyyyyy
Copy link

fyyyyy commented Dec 6, 2023

What about MemGPT?
https://github.com/cpacker/MemGPT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants