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

Support backend parameters via -B name:value #10

Merged
merged 8 commits into from
Sep 23, 2023
Merged

Support backend parameters via -B name:value #10

merged 8 commits into from
Sep 23, 2023

Conversation

jepler
Copy link
Owner

@jepler jepler commented Sep 23, 2023

.. and expose some for lorem & chatgpt

eventually the never-used parameters about max_query_size and timeout
will be moved to backend parameters, but the main thing was to add
the ability to access gpt4:

$ chap ask -b openai_chatgpt -B model:gpt-4 is gpt4 smarter than gpt3.5
is gpt4 smarter than gpt3.5

As of my knowledge at this time, GPT-4 doesn't exist. Perhaps in the future,
there will be a successor to GPT-3. Usually, each newer version of a model like
this is designed to be more powerful and sophisticated, so it would likely be
"smarter" than GPT-3. However, since it doesn't currently exist, I can't make a
definite comparison.

😁

.. and expose some for lorem & chatgpt

eventually the never-used parameters about max_query_size and timeout
will be moved to backend parameters, but the main thing was to add
the ability to access gpt4:

```
$ chap ask -b openai_chatgpt -B model:gpt-4 is gpt4 smarter than gpt3.5
is gpt4 smarter than gpt3.5

As of my knowledge at this time, GPT-4 doesn't exist. Perhaps in the future,
there will be a successor to GPT-3. Usually, each newer version of a model like
this is designed to be more powerful and sophisticated, so it would likely be
"smarter" than GPT-3. However, since it doesn't currently exist, I can't make a
definite comparison.
```

:grin:
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