8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 pr 92F4 ivacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the LLM powering the agent is gpt-4, and this choice is not configurable as its value is hardcoded here. Same goes for the embedding model text-embedding-ada-002.
gpt-4
text-embedding-ada-002
They should be default values and overriding should be possible with environment variables (e.g., in .env).
.env
Furthermore, gpt-4 is getting aged and we should consider replacing it with gpt-4o or a o-model. See SAP notes on model for the currently available
gpt-4o
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the LLM powering the agent is
gpt-4
, and this choice is not configurable as its value is hardcoded here.Same goes for the embedding model
text-embedding-ada-002
.They should be default values and overriding should be possible with environment variables (e.g., in
.env
).Furthermore,
gpt-4
is getting aged and we should consider replacing it withgpt-4o
or a o-model. See SAP notes on model for the currently availableThe text was updated successfully, but these errors were encountered: