Chainlit / docs

9 stars 59 forks source link

Update llm-providers.mdx - update ExampleProvider to Example #112

Closed ihassanjavaid closed 3 months ago

ihassanjavaid commented 3 months ago

When adding a custom LLM Provider, in the add_llm_provider function you pass the object of the custom LLM provider class that you have extended from the Base Provider class not the class itself

Example Provider -> Example