continuedev / contribution-ideas

A Repo to which to Attach Contribution Ideas
2 stars 0 forks source link

Write unit tests for the rest of the LLM classes #15

Open sestinj opened 10 months ago

sestinj commented 10 months ago

We already have a framework setup to test subclasses of BaseLLM in llm.test.ts, but are missing some of the LLM providers found in core/llm/llms.

This task is mostly a matter of copying the patterns seen above in the file, running the tests, and modifying as needed to make sure that the tests can pass for each.

khareyash05 commented 4 months ago

Hey @sestinj I would love to take this one up. If this is open. Thanks

sestinj commented 4 months ago

@khareyash05 Sure that would be great! Is there anything you'd want me to clarify to help you get started?

khareyash05 commented 4 months ago

@khareyash05 Sure that would be great! Is there anything you'd want me to clarify to help you get started?

I will let you know if i need something. Thanks