Tags: ryouxin/go-openai
Tags
refactor: Refactor endpoint and model compatibility check (sashabaran… …ov#180) * Add model check for chat stream * Sync model checks * Fix typo * Fix functino * refactor: Refactor endpoint and model compatibility check * apply review suggestions * minor fix * invert return boolean flag * fix test
simplify unmarshal (sashabaranov#191) * simplify unmarshal * simplify unmarshalError * rename errorAccumulate -> defaultErrorAccumulator * update converage
add optional params for audio api, e.g. prompt (sashabaranov#183) * Compatible with the situation where the mask is empty in CreateEditImage. * Fix the test for the unnecessary removal of the mask.png file. * add image variation implementation * fix image variation bugs * fix ci-lint problem with max line character limit * add offitial doc link * just for codeball test * fix lint problem * add optional params for audio api, e.g. prompt * add comment for new args in translation
Check for `Stream` parameter usage (sashabaranov#174) * check for stream:true usage * lint
add readme exmaple: chatgpt support context (sashabaranov#166)
Implement the fine-tunes API (sashabaranov#130) - Add FineTune Structs and Requests - Add CRUD Methods
Warn about GPT3.5-turbo models in regular completion (sashabaranov#127)
PreviousNext