Skip to content

Commit

Permalink
Merge pull request #95 from assistants-hub/93_store
Browse files Browse the repository at this point in the history
#93 Preparatory release for Assistants Marketplace
  • Loading branch information
santthosh authored Jun 28, 2024
2 parents 19909c5 + c996549 commit a0aed45
Show file tree
Hide file tree
Showing 46 changed files with 753 additions and 207 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ yarn-error.log*
next-env.d.ts

.idea

.env.docker
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ The gemini-1.5-pro-latest model is a large-scale language model developed by Goo

All models that support [Anthropic API](https://docs.anthropic.com/en/docs/models-overview) are supported by [Assistants Hub](https://assistantshub.ai).

| Model Name | Provider | Streaming <br/>Responses | Documents | Functions |
| --------------- | --------- | ------------------------ | ------------------------ | ------------------------ |
| Claude 3 Opus | Anthropic | :white_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Claude 3 Sonnet | Anthropic | :white_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Claude 3 Haiku | Anthropic | :white_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Model Name | Provider | Streaming <br/>Responses | Documents | Functions |
|-------------------| --------- | ------------------------ | ------------------------ | ------------------------ |
| Claude 3 Opus | Anthropic | :white_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Claude 3.5 Sonnet | Anthropic | :white_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Claude 3 Sonnet | Anthropic | :white_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Claude 3 Haiku | Anthropic | :white_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |

### Gorq Cloud

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"groq-sdk": "^0.3.3",
"highlight.js": "^11.9.0",
"marked-react": "^2.0.0",
"next": "14.1.1",
"next": "14.2.4",
"nodemailer": "^6.9.13",
"openai": "^4.42.0",
"react": "^18",
Expand Down
107 changes: 59 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Assistant" ADD COLUMN "authenticatedUsersOnly" BOOLEAN DEFAULT true;
Loading

0 comments on commit a0aed45

Please sign in to comment.