-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcacao.yaml
More file actions
43 lines (41 loc) · 1.15 KB
/
cacao.yaml
File metadata and controls
43 lines (41 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# CacaoDocs Configuration for Prompture
title: "Prompture"
description: "Structured JSON extraction from any LLM. Schema-enforced, Pydantic-native, multi-provider."
version: "1.0.0"
theme: "dark"
github_url: "https://github.com/jhd3197/prompture"
# Enable AI chat panel (requires prompture installed)
chat: true
chat_config:
default_model: "openai/gpt-4o-mini"
models:
- "openai/gpt-4o-mini"
- "openai/gpt-4o"
- "claude/claude-sonnet-4-20250514"
- "groq/llama-3.1-8b-instant"
system_prompt: "You are a helpful assistant that answers questions about the Prompture library — a Python library for structured JSON extraction from LLMs. Be concise and reference specific functions, classes, or modules when relevant."
exclude_patterns:
- "__pycache__"
- ".venv"
- "venv"
- "prompture-env"
- ".git"
- "node_modules"
- "build"
- "dist"
- "*.egg-info"
- ".pytest_cache"
- "_version.py"
- "tests"
- "examples"
- "docs"
- "feedback"
- ".claude"
- ".github"
- ".pr"
- "packages"
- "scaffold"
# Internal helpers — not part of the public API surface.
- "vision_helpers.py"
- "azure_config.py"
- "simulated_tools.py"