Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Version Packages #31

Merged
merged 2 commits into from
Jun 11, 2024
Merged
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
5 changes: 0 additions & 5 deletions .changeset/wise-clocks-greet.md

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ Shoutout to these projects which inspired us:
- [Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT)
- [abitype](https://github.com/wagmi-dev/abitype)

If you like Hopfield, go star them on Github too.

## Contributing

If you're interested in contributing to Hopfield, please read our [contributing docs](https://github.com/EnjoinHQ/hopfield/blob/main/.github/CONTRIBUTING.md) **before submitting a pull request**.
6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hopfield

## 0.3.6

### Patch Changes

- [#30](https://github.com/EnjoinHQ/hopfield/pull/30) [`0b3aea08d092db91b7e90d7ed9f9874e0d1746e6`](https://github.com/EnjoinHQ/hopfield/commit/0b3aea08d092db91b7e90d7ed9f9874e0d1746e6) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:**: updated the model names for OpenAI to be more complete and up to date.

## 0.3.5

### Patch Changes
Expand Down
14 changes: 11 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hopfield",
"version": "0.3.5",
"version": "0.3.6",
"repository": "EnjoinHQ/hopfield",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down Expand Up @@ -32,7 +32,13 @@
"!**/*.bench.ts",
"!tsconfig.build.json"
],
"keywords": ["ai", "llm", "openai", "gpt", "ai-tools"],
"keywords": [
"ai",
"llm",
"openai",
"gpt",
"ai-tools"
],
"license": "MIT",
"peerDependenciesMeta": {
"openai": {
Expand All @@ -47,7 +53,9 @@
"types": "./_types/index.d.ts",
"typesVersions": {
"*": {
"openai": ["./_types/openai/index.d.ts"]
"openai": [
"./_types/openai/index.d.ts"
]
}
},
"typings": "./_types/index.d.ts",
Expand Down