-
Notifications
You must be signed in to change notification settings - Fork 1
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/v1.0.0 #3
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
'next-openai-telemetry-sentry': major | ||
'ai-core-examples': major | ||
'ai-toolkit-express-example': major | ||
'ai-toolkit-fastify-example': major | ||
'ai-toolkit-hono-example': major | ||
'ai-toolkit-nest-example': major | ||
'next-fastapi': major | ||
'next-google-vertex': major | ||
'next-langchain': major | ||
'next-openai': major | ||
'next-openai-kasada-bot-protection': major | ||
'next-openai-pages': major | ||
'next-openai-telemetry': major | ||
'next-openai-rate-limits': major | ||
'ai-toolkit-http-server-example': major | ||
'nuxt-openai': major | ||
'solidstart-openai': major | ||
'sveltekit-openai': major | ||
'ai-toolkit': major | ||
'ai-core-e2e-next-server': major | ||
'@ai-toolkit/amazon-bedrock': major | ||
'@ai-toolkit/anthropic': major | ||
'@ai-toolkit/azure': major | ||
'@ai-toolkit/cerebras': major | ||
'@ai-toolkit/codemod': major | ||
'@ai-toolkit/cohere': major | ||
'@ai-toolkit/deepinfra': major | ||
'@ai-toolkit/deepseek': major | ||
'@ai-toolkit/fal': major | ||
'@ai-toolkit/fireworks': major | ||
'@ai-toolkit/google': major | ||
'@ai-toolkit/google-vertex': major | ||
'@ai-toolkit/groq': major | ||
'@ai-toolkit/luma': major | ||
'@ai-toolkit/mistral': major | ||
'@ai-toolkit/openai': major | ||
'@ai-toolkit/openai-compatible': major | ||
'@ai-toolkit/perplexity': major | ||
'@ai-toolkit/provider': major | ||
'@ai-toolkit/provider-utils': major | ||
'@ai-toolkit/react': major | ||
'@ai-toolkit/replicate': major | ||
'@ai-toolkit/solid': major | ||
'@ai-toolkit/svelte': major | ||
'@ai-toolkit/togetherai': major | ||
'@ai-toolkit/ui-utils': major | ||
'@ai-toolkit/valibot': major | ||
'@ai-toolkit/vue': major | ||
'@ai-toolkit/xai': major | ||
'eslint-config-khulnasoft-ai': major | ||
'@khulnasoft/ai-tsconfig': major | ||
--- | ||
|
||
fast release version (beta) | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This configuration file was automatically generated by Gitpod. | ||
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) | ||
# and commit this file to your remote git repository to share the goodness with others. | ||
|
||
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart | ||
|
||
tasks: | ||
- init: pnpm install && pnpm run build | ||
command: pnpm run dev | ||
|
||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
// app.config.ts | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: Evaluate the necessity of timestamp in the filename. The file name includes a timestamp, which could complicate file tracking and maintenance in the long run. If the timestamp isn’t required for differentiating configurations, consider using a more stable naming convention.
Suggested change
|
||||||
import { defineConfig } from '@solidjs/start/config'; | ||||||
var app_config_default = defineConfig({}); | ||||||
export { app_config_default as default }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: Expand on the release description.
The description "fast release version (beta)" is quite brief. Providing a more detailed summary of the changes included in this release would be beneficial.