You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To evaluate the models, often an echo parameter can be set to true in the request. Then the prompt will be echoed (passes token by token) to the model and the corresponding tokens will be added to the output.
Motivation
This is no longer supported by the OpenAI api but might be a good point to differentiate from them. Is this possible or how much work is involved to get this running?
Your contribution
I could try a PR with some guidance if it is not that hard. I am familiar with python but new to rust
The text was updated successfully, but these errors were encountered:
Feature request
To evaluate the models, often an
echo
parameter can be set totrue
in the request. Then the prompt will be echoed (passes token by token) to the model and the corresponding tokens will be added to the output.Motivation
This is no longer supported by the OpenAI api but might be a good point to differentiate from them. Is this possible or how much work is involved to get this running?
Your contribution
I could try a PR with some guidance if it is not that hard. I am familiar with python but new to rust
The text was updated successfully, but these errors were encountered: