Updating default open ai model in config and tests #354
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
changing default openai model in config an tests from 3.5-turbo to 4o-mini
Summary:
The PR updates the default OpenAI model to
gpt-4o-mini
in configuration and test files, affecting various tests and configurations.Key points:
model
inconfig.yaml
fromgpt-3.5-turbo-1106
togpt-4o-mini
.pkg/llms/llm_openai_test.go
to usegpt-4o-mini
inTestZepOpenAILLM_Init
,TestZepOpenAILLM_Call
.pkg/tasks/message_intent_analysis_test.go
to usegpt-4o-mini
inTestIntentExtractor_Extract_OpenAI
.pkg/tasks/message_summarizer_test.go
to usegpt-4o-mini
inTestSummarize_OpenAI
.pkg/tasks/message_token_counter_test.go
to usegpt-4o-mini
inTestTokenCountExtractor_OpenAI
.pkg/testutils/utils.go
to set default model togpt-4o-mini
intestConfigDefaults
.Generated with ❤️ by ellipsis.dev