Logo
Explore Help
Sign In
honeymoose/OpenAI-J
1
0
Fork 0
You've already forked OpenAI-J
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
OpenAI-J/example/build.gradle

10 lines
167 B
Groovy
Raw Normal View History

Add OpenAiService and OpenAiApiExample Added the ability to get all available engines, and added a example class to test it.
2020-09-14 19:22:46 -05:00
apply plugin: 'java'
apply plugin: 'application'
application {
Gradle 8.0 deprecation fix (#60) Switched to the new method of setting the main class.
2023-01-02 15:40:27 -06:00
mainClass.set('example.OpenAiApiExample')
Add OpenAiService and OpenAiApiExample Added the ability to get all available engines, and added a example class to test it.
2020-09-14 19:22:46 -05:00
}
dependencies {
Rename modules to api and client openai-api is unecessary here
2020-10-04 21:30:20 -05:00
implementation project(":client")
Add OpenAiService and OpenAiApiExample Added the ability to get all available engines, and added a example class to test it.
2020-09-14 19:22:46 -05:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 140ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API