Methods
Choose your model and find their respective methods!
| FUNCTION NAME | METHOD | TYPE | 
|---|---|---|
| TOGETHER | call_together | ASYNC | 
| OPENAI | call_gpt | SYNC | 
| OPENAI | call_async_gpt | ASYNC | 
| AZURE OPENAI | call_azure | ASYNC | 
| AZURE OPENAI | call_azure_sync | SYNC | 
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!