Skip to content

Commit 5dc3a1d

Browse files
committed
misc readme changes
1 parent cbf5ae2 commit 5dc3a1d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# lua-openai
22

3-
Bindings to the OpenAI HTTP API for Lua. Compatible with any socket library
4-
that supports the LuaSocket request interface. Compatible with OpenResty using
3+
Bindings to the [OpenAI HTTP
4+
API](https://platform.openai.com/docs/api-reference) for Lua. Compatible with
5+
any socket library that supports the LuaSocket request interface. Compatible
6+
with OpenResty using
57
[`lapis.nginx.http`](https://leafo.net/lapis/reference/utilities.html#making-http-requests).
68

79
<details>
810
<summary>AI Generated Disclaimer</summary>
911

1012
Although this library was written by hand, large portions of the documentation,
11-
the test suite, and the GitHub workflow were fully generated by ChatGPT 4 by
13+
the test suite, and the GitHub workflow were fully generated by GPT-4 by
1214
pasting the source code of the entire library in as a prompt and asking to
1315
generate documentation and tests. The final output was edited for clarity and
1416
syntax (in cases where GPT4 struggled writing MoonScript)

0 commit comments

Comments
 (0)