-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Support multiple stop
options for OpenAI models
#89
Comments
The trick here is figuring out the syntax, since options can only be specified once as a string. I'll probably do a trick a bit like what I did with llm/llm/default_plugins/openai_models.py Lines 118 to 141 in 898418a
|
Here's how Replicate partially solved this: https://replicate.com/joehoover/falcon-40b-instruct
|
llm/llm/default_plugins/openai_models.py
Lines 107 to 110 in 898418a
Ideally this would duplicate the official docs:
The text was updated successfully, but these errors were encountered: