Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
### Breaks


## Unreleased
## 0.6.0 (2025-02-27)
---

### Changes
README typos and wording [GS-128].


## 0.5.0 (2025-02-17)
---

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AI tool to enhance the software development ideation and AI models, providers an

## Introduction

[GSAM](https://gsam-app.streamlit.app) is a tool to help on the software development process for any Application. It allows to generate code, images, video or answers from a text prompt, and kick start code to be used with the [GenericSuite](https://genericsuite.carlosjramirez.com) library.
The GenericSuite App Maker ([GSAM](https://gsam-app.streamlit.app)) is the AI tool to enhance the software development ideation and test AI models, LLM providers and its features. It also allows to generate descriptions, database structures, images, videos or answers from a text prompt, and kick start code to be used with the [GenericSuite](https://genericsuite.carlosjramirez.com) library.

## GSAM Agent

Expand All @@ -17,7 +17,7 @@ For more information, see the [GSAM Python FastAPI Agent](./gsam_ottomator_agent

## Key Features

* Answer question with LLM inference, using Meta Llama models, Together.ai, HuggingFace, Groq, Ollama, Nvidia NIMs, and OpenAI.
* Answer question with LLM inference, using OpenAI, Meta Llama, HuggingFace, Groq, Ollama, Together.ai, OpenRouter, AI/ML API, xAI Grok, and Nvidia NIMs.
* Image Generation: using HuggingFace and the Flux or OpenAI Dall-E models.
* Video Generation: using Rhymes AI Allegro model.
* Galleries to show the generated images and videos.
Expand All @@ -31,7 +31,7 @@ For more information, see the [GSAM Python FastAPI Agent](./gsam_ottomator_agent
* Naming: generate name ideas for the App.
* App Structure: generate the App description and database table structures.
* App Presentation: generate PowerPoint presentation for the App, including the content, speaker notes, and image generation prompts.
* [GSAM Agent](./gsam_ottomator_agent/README.md) implementation compatible with the [OTTomator](https://ottomator.ai) [Live Agent Studio](https://studio.ottomator.ai).
* [GSAM Agent](./gsam_ottomator_agent/README.md) implementation compatible with [n8n](https://n8n.io) and the [OTTomator](https://ottomator.ai) [Live Agent Studio](https://studio.ottomator.ai).

## Technology Used

Expand Down