Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding the ability to generate simple, unstructured plain text to the rsai tool. Currently, rsai only supports structured generation, and this enhancement aims to broaden its functionality to accommodate use cases requiring plain text output.
Predictable development for unpredictable models. Let the compiler handle the chaos.
Predictable development for unpredictable models. Let the compiler handle the chaos.
AI Summary: This issue proposes refactoring the project's example files. Currently, each example is contained within its own directory (e.g., `example01/main.rs`), and the goal is to flatten this structure to have individual files at the root level (e.g., `example01.rs`). This change aims to simplify the project's organization.
Predictable development for unpredictable models. Let the compiler handle the chaos.
AI Summary: The issue proposes a refactoring of the API structure to accommodate future additions like image generation and OCR. The current `rsai::<import>` access for LLM functionality will be moved under `rsai::text::<import>` to create a more organized and extensible API.
Predictable development for unpredictable models. Let the compiler handle the chaos.
AI Summary: This issue aims to improve the library's re-exports, making it easier for users to access necessary components directly under the `rsai::` namespace. The goal is to ensure a more convenient and streamlined developer experience.
Predictable development for unpredictable models. Let the compiler handle the chaos.
Predictable development for unpredictable models. Let the compiler handle the chaos.
Predictable development for unpredictable models. Let the compiler handle the chaos.