Commit Graph

11 Commits

Author SHA1 Message Date
sashabaranov
f5fc232415 Update README.md 2023-03-02 00:53:48 +04:00
sashabaranov
ae06df7d9f Update README.md 2023-02-07 20:43:39 +04:00
sashabaranov
6758ec4d96 Streaming support (#61)
* Add streaming support feature (#54)

* Add streaming support feature

removes golangci linting deprecation warnings
See: [Issue #49](https://github.com/sashabaranov/go-gpt3/issues/49)

* remove dead token

* Remove the goroutines from previous implementation

Set up separate test and file for streaming support
Add client code under cmd dir

* Supress CI errors

Need to update import path to test under feature/streaming-support
branch

* suppress linting errors

---------

Co-authored-by: sashabaranov <677093+sashabaranov@users.noreply.github.com>

* remove main.go

* remove code duplication

* use int64

* finalize streaming support

* lint

* fix tests

---------

Co-authored-by: e. alvarez <55966724+ealvar3z@users.noreply.github.com>
2023-02-07 20:42:53 +04:00
sashabaranov
81b5788cd6 Update README.md 2023-01-12 12:02:07 +04:00
James Καρεφυλάκης
fa5319e59a Remove deprecated code (#40) 2022-12-15 12:13:16 +04:00
Oleg
53212c71df Migrate From Old Completions + Embedding Endpoint (#28)
* migrate away from deprecated OpenAI endpoints

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>

* test embedding correctness

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>
2022-08-02 14:16:54 +06:00
sashabaranov
64c0048394 Update README.md 2020-12-16 15:12:39 +03:00
bnwlkr
8e657b396a Replace Cyrillic 'C' in README 2020-11-23 09:27:18 -08:00
sashabaranov
7ed6fe128b Add Go Report Card 2020-09-02 20:51:04 +03:00
sashabaranov
eb1cc604f2 Update README.md 2020-08-19 13:06:58 +03:00
sashabaranov
0b788a8ae1 Create README.md 2020-08-19 13:06:47 +03:00