Skip to main content

Methods

Choose your model and find their respective methods!

FUNCTION NAMEMETHODTYPE
TOGETHERcall_togetherASYNC
OPENAIcall_gptSYNC
OPENAIcall_async_gptASYNC
AZURE OPENAIcall_azureASYNC
AZURE OPENAIcall_azure_syncSYNC

Description of Methods

  • call_together: Asynchronous method for interacting with the Together model.
  • call_gpt: Synchronous method for using the OpenAI GPT model.
  • call_async_gpt: Asynchronous method for using the OpenAI GPT model, allowing for non-blocking calls.
  • call_azure: Asynchronous method for accessing Azure's OpenAI capabilities.
  • call_azure_sync: Synchronous method for interacting with Azure's OpenAI services.

Feel free to choose the appropriate method based on your requirements and the model you are using!