Overview
The Tror Gen AI SDK provides access to a range of powerful OpenSource Large Language Models (LLMs). This section offers an overview of the available models and how to interact with them within your application.
Exploring Our LLM Landscape:
We offer a variety of LLM models, each with its own strengths and areas of expertise. Some examples include:
-
GPT-3.5
-
GPT-4
-
Llama 2 and Llama 3
-
Mistral and Mistral 8x7B
Note: The specific models available might be subject to change and updates. Refer to the latest SDK documentation for the most accurate list.
Selecting and Interacting with Models:
While a general-purpose model is used by default in the SDK, you have the option to explicitly select a specific LLM model for your chat interactions. Here's the process:
-
Enable the Model: Before interacting with a specific model, ensure it's enabled within the SDK. This might involve configuration steps or resource allocation depending on the model's requirements (refer to SDK documentation for details).
-
Select the Model: Once enabled, you can choose the desired LLM model during your chat application development or integration.
By understanding the available LLM models and how to interact with them, you can unlock the full potential of the LLM Application SDK and build intelligent and engaging chat experiences for your users.