Probable-Futures / climate-change-assistant

An experimental LLM agent to help people understand climate change. Not ready for use in a production environment.
0 stars 1 forks source link

fix: Pricing edge case. Followup messages to the assistant #26

Closed ibrahim-owaidat closed 5 months ago

ibrahim-owaidat commented 5 months ago

Description

This PR includes 3 fixes (so far):

Screenshot/GIF

Before Fixing:

Pricing error (happens only on gpt 3.5)

image

Undefined function (happens when trying to talk again with the assistant in the same session)

image

Cannot send a new message to the assistant (happens only after fixing the above error)

image