Shubham Saboo
Shubham Saboo
I think the above comment would solve your problem @sathiya-mit. Thanks @gth-ai for jumping in and supporting the community.
I tried this on my end but not able to replicate the error.
Closing this as there was no response for a while.
Can you please elaborate on this? Which example exactly you are referring to?
Gotcha. Embedchain supports the use of following LLM and support the providers listed here: https://docs.embedchain.ai/components/llms All you need to do is to change the config of your embedchain app. You...
Closing this as there is no response for a while.
You can explicitly define the app config in a function and there you can change the model. Something like this: ``` # Define the embedchain_bot function def embedchain_bot(db_path, api_key): return...