Simone Vellei
8e165dc9aa
Feat Add headers to openai responses ( #506 )
...
* feat: add headers to http response
* chore: add test
* fix: rename to httpHeader
2023-10-09 19:41:54 +04:00
Simone Vellei
25da859c18
Chore Deprecate legacy fine tunes API ( #484 )
...
* chore: add deprecation message
* chore: use new fine tuning API in README example
2023-08-31 14:14:39 +04:00
渡邉祐一 / Yuichi Watanabe
f1b66967a4
refactor: refactoring http request creation and sending ( #395 )
...
* refactoring http request creation and sending
* fix lint error
* increase the test coverage of client.go
* refactor: Change the style of HTTPRequestBuilder.Build func to one-argument-per-line.
2023-06-22 13:57:52 +04:00
渡邉祐一 / Yuichi Watanabe
61ba5f3369
move request_builder into internal pkg ( #304 ) ( #329 )
...
* move request_builder into internal pkg (#304 )
* add some test for internal.RequestBuilder
* add a test for openai.GetEngine
2023-05-31 12:01:42 +04:00
sashabaranov
c34bc77f1a
Add testable request builder ( #162 )
...
* Add testable request builder
* improve tests
2023-03-15 13:16:33 +04:00
sashabaranov
53d195cf5a
add testable json marshaller ( #161 )
2023-03-15 12:16:47 +04:00
jooyyy.eth
11052c6106
udpate some type to optimize usage ( #139 )
2023-03-09 18:53:50 +04:00
Matt Trefilek
c380d5031b
Implement the fine-tunes API ( #130 )
...
- Add FineTune Structs and Requests
- Add CRUD Methods
2023-03-08 14:09:08 +04:00