Skip to content

Commit

Permalink
updated readme and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
shhlife committed Dec 23, 2024
1 parent 41ee0b8 commit ef12c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ You can previous and download more examples [here](examples/README.md).

### Dec 24, 2024
* Fixed missing api key for OpenAI when getting a list of available models.
* Removed Ollama's model check using the library in favor of a javascript option.

### Dec 21, 2024
* Fixed issue where Griptape Agent Config: Custom Structure node was still requiring OPENAI_API_KEY.
Expand Down
2 changes: 1 addition & 1 deletion js/versions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const versions = {
version: "2.0.6",
version: "2.0.7",
releaseDate: "2024-12-24",
name: "ComfyUI-Griptape",
description: "Griptape integration for ComfyUI",
Expand Down

0 comments on commit ef12c37

Please sign in to comment.