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

FEATURE: implement parallel tool calling and update vision support #85

Merged
merged 5 commits into from Apr 11, 2024

Conversation

merefield
Copy link
Owner

@merefield merefield commented Apr 10, 2024

  • FEATURE: Adds new open ai model gpt-4-turbo which has vision support
  • FEATURE: Implements parallel tool calling so LLM can now call multiple tools in one cycle!
    • COMPATIBILITY: this removes legacy function format
  • IMPROVE: Speeds up and reduces cost of RAG mode by eliminating one call to the LLM per interaction. This translates potentially to reducing the cost of RAG mode by ~40%!
  • IMPROVE: Improves Chatbot vision support by giving you the choice to enable it but use it just as a function to save funds
  • FIX: RAG mode bot wasn't respecting call parameters!

@merefield merefield merged commit 33cbc41 into main Apr 11, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant