mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-31 23:11:28 +01:00
An open-source, cross-platform terminal for seamless workflows
bed23ed59f
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.28.1 to 1.28.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.28.3</h2> <h2>What's Changed</h2> <ul> <li>feat: Support Delete Message API by <a href="https://github.com/kappa-lab"><code>@kappa-lab</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/799">sashabaranov/go-openai#799</a></li> <li>Support http client middlewareing by <a href="https://github.com/michurin"><code>@michurin</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/830">sashabaranov/go-openai#830</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kappa-lab"><code>@kappa-lab</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/799">sashabaranov/go-openai#799</a></li> <li><a href="https://github.com/michurin"><code>@michurin</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/830">sashabaranov/go-openai#830</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.28.2...v1.28.3">https://github.com/sashabaranov/go-openai/compare/v1.28.2...v1.28.3</a></p> <h2>v1.28.2</h2> <h2>What's Changed</h2> <ul> <li>Run integration tests for PRs by <a href="https://github.com/HaraldNordgren"><code>@HaraldNordgren</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/823">sashabaranov/go-openai#823</a></li> <li>feat: Completion request support seed by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/800">sashabaranov/go-openai#800</a></li> <li>fix: fullURL endpoint generation by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/817">sashabaranov/go-openai#817</a></li> <li>Allow structured outputs via function calling by <a href="https://github.com/greysteil"><code>@greysteil</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/828">sashabaranov/go-openai#828</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/HaraldNordgren"><code>@HaraldNordgren</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/823">sashabaranov/go-openai#823</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.28.1...v1.28.2">https://github.com/sashabaranov/go-openai/compare/v1.28.1...v1.28.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
scripts/artifacts | ||
.editorconfig | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
electron-builder.config.cjs | ||
electron.vite.config.ts | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
index.html | ||
LICENSE | ||
package.json | ||
prettier.config.cjs | ||
README.md | ||
Taskfile.yml | ||
tsconfig.json | ||
version.cjs | ||
vitest.config.ts | ||
yarn.lock |
The Next Wave
Prereqs:
You'll need to install "task" (which we're using as a build/run system):
brew install go-task
On first checkout:
yarn
go mod tidy
Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):
task electron:dev
To run the app without the dev server, run the following instead:
task electron:start