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

Updated chat sessions to be able to take the no_stream option #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

williamjameshandley
Copy link
Contributor

Following #89, in order to run o1 models you need to supply the options:

gpt --no_stream --temperature=1 --model=o1-preview

as o1 is not built for more than one temperature and cannot stream.

Whilst --no_stream works for --prompt and --execute, it does not work for chat mode. This PR implements this by adding it as an attribute read from the command line arguments to CLIChatSession

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.

1 participant