reply2future / xExtension-NewsAssistant

An extension to summarize the feeds of FreshRSS using GPT.
https://github.com/FreshRSS/FreshRSS
The Unlicense
41 stars 7 forks source link

Use `/v1/chat/completions` api #13

Closed reply2future closed 10 months ago

reply2future commented 10 months ago

Backgound

/v1/completions is a legacy api and it couldn't use gpt-3 or gpt-4 models; the old model is more expensive.

Goal

References

  1. https://stackoverflow.com/a/76193189/3640083
  2. https://platform.openai.com/docs/models/model-endpoint-compatibility