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

Vision #442

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Vision #442

merged 2 commits into from
Apr 2, 2024

Conversation

OlegGoless
Copy link
Collaborator

@OlegGoless OlegGoless commented Apr 2, 2024

👁️ The bot can now use the GPT4-Vision model:

  • You can select the model
  • You can just send a picture to chat
  • The context will be saved until you create a new dialog

@OlegGoless OlegGoless merged commit d0eb9ee into main Apr 2, 2024
for dialog_message in dialog_messages:
messages.append({"role": "user", "content": dialog_message["user"]})
user_messages["content"].extend(dialog_message["user"])

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This broke compatibility with message_handle_fn. Created pull request with proposed fix #449

Copy link

@HookZloy HookZloy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0

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.

3 participants