AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
304 stars 122 forks source link

Add the first tool: checking today's weather #370

Closed krschacht closed 2 months ago

krschacht commented 2 months ago

This puts an abstraction in place for Tools. Re-works the AI backends for OpenAI (and get message job) to be able to handle all the logic for tool calling. There is good test coverage for all these new cases.

The tool that's in place is pretty trivial; it just shows today's weather. But it's a good start.