v0.0.1
Beta release: the announcement.
Added
- Core server-side logic to deliver C4 model diagrams
- OpenAI agent
- PlantUML agent
- AWS Lambda interface
- HTTP interface
- Webclient:
- Freetext intput with the input validation
- Output
- Go and download buttons
Open IA Model
Configuration:
{
"model": "code-cushman-001",
"max_tokens": 768,
"temperature": 0.2,
"best_of": 3,
"top_p": 1,
"frequency_penalty": 0,
"presence_penalty": 0,
"stop": ["\n"]
}