Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.1.0-alpha.1 #12

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Sep 2, 2024

Automated Release PR

0.1.0-alpha.1 (2024-09-02)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: automatically fetch and manage available models (0f6bfe5)
  • chat: add support for response formats (0f6bfe5)
  • chat: enrich model error details with available models (7bf6ad0)
  • client: add error response for unavailable model in Chat request (3968c8e)
  • client: add new fields to ModelResponse struct (0c9e81a)
  • client: include created and active fields in model response (0c9e81a)

Bug Fixes

  • chat: correct JSON tag syntax in ChatRequest struct (0f6bfe5)
  • chat: maintain single source of truth for chat URL (c6369c3)
  • chat: remove duplicate URL declaration in Chat function (c6369c3)
  • client: adjust GetModels method to parse ModelResponse (0c9e81a)
  • client: correct JSON annotation in ModelResponse struct (0c9e81a)
  • client: enhance error message to include available models list (7bf6ad0)
  • client: rename Models struct to ModelResponse (0c9e81a)
  • error: handle unavailable models in Chat method (3968c8e)
  • error: remove redundant error handling in client (0f6bfe5)
  • mod: update module path to reflect new package name (0f6bfe5)

Chores

  • client: clean up whitespace and formatting (0c9e81a)
  • go live (#11) (bf69524)
  • remove unused internal package and refactor code (0f6bfe5)

Documentation

  • client: add comments and improve readability (0f6bfe5)

Styles

  • rename package from gogroq to groq (0f6bfe5)

Refactors

  • client: remove unused Models struct (0c9e81a)
  • client: simplify Chat function implementation (0f6bfe5)
  • client: streamline Client struct for better readability (0c9e81a)
  • client: update contains method to match ModelResponse format (0c9e81a)
  • constants: move chat URL to a constant (c6369c3)
  • delete unused files and simplify the codebase (0f6bfe5)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@conneroisu conneroisu merged commit 31eeddc into main Sep 2, 2024
3 checks passed
Copy link
Contributor Author

stainless-app bot commented Sep 2, 2024

@conneroisu conneroisu deleted the release-please--branches--main--changes--next branch September 17, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant