Skip to content

Commit

Permalink
Merge pull request #35 from damesek/main
Browse files Browse the repository at this point in the history
I don't know, you accept or not pull requests, but..
  • Loading branch information
wkok authored Nov 9, 2023
2 parents 4dd04d1 + fa1bd75 commit 6b06d51
Show file tree
Hide file tree
Showing 8 changed files with 11,951 additions and 1,831 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.calva/output-window/
.classpath
.clj-kondo/.cache
.idea/
.cpcache
.DS_Store
.eastwood
Expand Down Expand Up @@ -30,3 +31,4 @@
/resources/.keep
/setCredentials.sh
/.clj-kondo/
*.iml
5 changes: 5 additions & 0 deletions resources/openapi-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ More info in this [PR](https://github.com/wkok/openai-clojure/pull/23#issuecom

* from: `ChatCompletionFunctionParameters`
* to: `{}`

Fix the typo: [PR](https://github.com/openai/openai-openapi/pull/114)

* from: `submitToolOuputsToRun`
* to: `submitToolOutputsToRun`
Loading

0 comments on commit 6b06d51

Please sign in to comment.