StanfordBDHG / HealthGPT

Query your Apple Health data with natural language 💬 🩺
MIT License
1.65k stars 150 forks source link

Use SpeziML package for OpenAI interface #28

Closed vishnuravi closed 10 months ago

vishnuravi commented 1 year ago

Problem

The application currently uses the https://github.com/MacPaw/OpenAI library to interface with OpenAI API. We have created our own library at https://github.com/StanfordSpezi/SpeziML.

Solution

Migrate the application to use the SpeziML library and its associated UI components for configuration and interface with the OpenAI API.

Additional context

No response

Code of Conduct