-
Notifications
You must be signed in to change notification settings - Fork 2
com_cloudurable_jai_model_text_completion_chat_function
Rick Hightower edited this page Jul 16, 2023
·
1 revision
The FunctionalCall
class represents a functional call in a chat system.
The Parameter
class represents a parameter in a chat system.
The FunctionDef
class represents a function in a chat system.
The ArrayParameter
class is a subclass of the Parameter
class. It represents a list parameter in a chat system.
The ObjectParameter
class is a subclass of the Parameter
class. It is used to represent an object parameter in a chat system.
The EnumParameter
class is a subclass of the Parameter
class. It represents a parameter that takes on one of a fixed set of values, defined by an enum. This class provides methods for accessing and manipulating enum parameters.
- Java Open AI Client
- Using ChatGpt embeddings and hyde to improve search results
- Anthropics Claude Chatbot Gets Upgrade
- Elon Musks XAi new frontier for artificial intelligence
- Using Mockito to test JAI Java Open AI Client
- Fine tuning journey with Open AI API
- Using Open AI to create callback functions, the basis for plugins
- Using Java Open AI Client Async
- Fastest Java JSON Parser
- Java Open AI API Client on Github
- Medium: Introducing Java Open AI Client
- Medium: Using ChatGPT, Embeddings, and HyDE to Improve Search Results