minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.43k stars 224 forks source link

Add Antrophic Claude 3.0 support #110

Open minimaxir opened 3 months ago

minimaxir commented 3 months ago

After testing the HTTP interface, the messages API is similar enough to the OpenAI API that support should be low-lift. (main change is that the system prompt is a parameter and not a message)