Chainlit / docs

10 stars 76 forks source link

AttributeError: 'dict' object has no attribute 'to_openai' #105

Closed DonaghBr closed 3 weeks ago

DonaghBr commented 7 months ago

Path: /examples/openai-sql

When I ran the app I got this AttributeError: 'dict' object has no attribute 'to_openai'?

hfinda commented 7 months ago

Little change in your code

stream = await client.chat.completions.create(
    messages=generation.messages, stream=True, **settings
)

it will work... all the best

DonaghBr commented 7 months ago

That worked - thanks so much

ModEnter commented 3 weeks ago

I'm closing this issue