Skip to content

v0.0.1

Compare
Choose a tag to compare
@kislerdm kislerdm released this 13 Feb 20:25
· 92 commits to master since this release
9e07910

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"]
}