Add More Usage Examples
- Lingua principale
- Python
- Stelle
- 0
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Our current [examples](https://github.com/aafre/artisan-engine/tree/main/examples) are great, but more practical, real-world examples would make it even easier for new users to understand the power of Artisan Engine.
Create a new Python script in the examples/ directory that solves a common problem using the OpenAI-compatible endpoint.
**Some ideas:**
- 03_data_classification.py: Take a product review and classify it into categories like "Bug Report," "Feature Request," or "General Feedback."
- 04_code_generation.py: Take a natural language description (e.g., "a Python function that takes two numbers and returns their sum") and generate the corresponding code in a JSON object.
- 05_text_summarization.py: Take a long piece of text and extract a structured summary with a title, a one-sentence summary, and a list of key bullet points.
**Acceptance Criteria**
- A new, runnable script is added to the examples/ directory.
- The script should be well-commented and easy to understand.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Look at the existing examples in the examples/ directory to understand the structure and how they use the OpenAI-compatible endpoint. Choose one of the suggested ideas (e.g., data classification, code generation, or text summarization) and create a new Python script there. Ensure the script is runnable, well-commented, and demonstrates a practical use case. Test it locally to verify it works as described.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- documentation
- Tipo di issue
- Documentazione
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 75/100