mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.404
This commit is contained in:
parent
11028faf70
commit
66621c5fb2
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.404 (2026-02-13)
|
||||
|
||||
### PR [#1997](https://github.com/danielmiessler/Fabric/pull/1997) by [ksylvan](https://github.com/ksylvan): Enable responses API usage for GrokAI (xAI) provider
|
||||
|
||||
- Enable responses API for GrokAI (xAI) provider
|
||||
- Set ImplementsResponses to true for GrokAI provider
|
||||
|
||||
## v1.4.403 (2026-02-13)
|
||||
|
||||
### PR [#1995](https://github.com/danielmiessler/Fabric/pull/1995) by [ksylvan](https://github.com/ksylvan): OpenAI gpt-4o, GPT-4 deprecations, plus other model list updates
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.403"
|
||||
var version = "v1.4.404"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,4 +0,0 @@
|
|||
### PR [#1997](https://github.com/danielmiessler/Fabric/pull/1997) by [ksylvan](https://github.com/ksylvan): Enable responses API usage for GrokAI (xAI) provider
|
||||
|
||||
- Enable responses API for GrokAI (xAI) provider
|
||||
- Set ImplementsResponses to true for GrokAI provider
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.403"
|
||||
"1.4.404"
|
||||
|
|
|
|||
Loading…
Reference in a new issue