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 switch models dynamically for easier debugging, I changed the model in beforeAgentCallback with llmRequestBuilder.model(newModel);, but the actual request still uses the old model.
To switch models dynamically for easier debugging, I changed the model in beforeAgentCallback with llmRequestBuilder.model(newModel);, but the actual request still uses the old model.