Skip to content

Commit

Permalink
Modify the test module, add the file upload test, and add the image e…
Browse files Browse the repository at this point in the history
…dit api (sashabaranov#63)

* Modify the test module, add the file upload test, and add the image editing api

* fix golangci-lint

* fix golangci-lint

* Static file deletion, file directory name modification

* fix

* test-server-related logic encapsulated in a single tidy
 struct

---------

Co-authored-by: julian_huang <[email protected]>
  • Loading branch information
Rascal0814 and julian_huang authored Feb 11, 2023
1 parent ae06df7 commit 5191ea6
Show file tree
Hide file tree
Showing 12 changed files with 716 additions and 423 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
# vendor/

# Auth token for tests
.openai-token
.openai-token
.idea
Loading

0 comments on commit 5191ea6

Please sign in to comment.