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

Fix: user message is string unless image included #420

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

jakethekoenig
Copy link
Member

Certain openai "compatible" endpoints want the content to be a string and fail if type is specified. This change makes us compatible with llama.cpp and litellm's openai compatible endpoints.

Certain openai "compatible" endpoints want the content to be a string
and fail if type is specified. This change makes us compatible with
llama.cpp and litellm's openai compatible endpoints.
Copy link
Member

@PCSwingle PCSwingle left a comment

Choose a reason for hiding this comment

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

Does this work in transcript viewer? Just wanted to confirm before merging. Thanks for getting this done!

@jakethekoenig
Copy link
Member Author

Does this work in transcript viewer? Just wanted to confirm before merging. Thanks for getting this done!

Yep, I checked.

@jakethekoenig jakethekoenig merged commit 4873cd6 into main Dec 21, 2023
16 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.

2 participants