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 with gpt-4o or a o-model. See SAP notes on model for the currently available
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-4is getting aged and we should consider replacing it withgpt-4oor a o-model. See SAP notes on model for the currently available