refactor: move model configurations into models module#25
refactor: move model configurations into models module#25stuckinforloop wants to merge 3 commits intocased:mainfrom
Conversation
|
@stuckinforloop is attempting to deploy a commit to the Cased Team on Vercel. A member of the Team first needs to authorize it. |
|
@tnm can you share the linter rules. I'll update formatting in the |
|
@stuckinforloop Thanks for this! We're updating our linter/formatter now; will share the latest shortly & there will be some fixes to the repo. If you can adjust after that, that'll be great. |
b5f58cf to
b98bd44
Compare
|
@tnm I've rebased the PR against latest main. |
|
I feel we should also move the get_llm_client func and other LLM related functions to the models module. Keeps LLM related code together. |
Agreed! |
b98bd44 to
7040a29
Compare
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Changes
summaries.pyinto dedicated modules:models/base.pywith LLMClientProtocol and LLMErrormodels/config.pywith OpenAIConfig, AnthropicConfig, and GoogleConfigsummaries.pyto reference new locationsAddresses comments from issue #23, specifically the following: