Skip to content

Commit

Permalink
Update package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcampagnolitg committed Dec 3, 2024
1 parent f699ccd commit 6c83d5f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sophia/ui",
"version": "1.0.0",
"version": "0.1.0",
"description": "Sophia AI platform",
"author": "https://themeforest.net/user/srcn, Daniel Campagnoli, TrafficGuard Pty Ltd, and contributors",
"license": "https://themeforest.net/licenses/standard",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trafficguard/sophia",
"version": "0.0.1-dev",
"version": "0.1.0",
"description": "AI agent & LLM app platform",
"private": true,
"type": "commonjs",
Expand Down
3 changes: 1 addition & 2 deletions variables/local.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ GCLOUD_REGION=us-central1
# https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude#anthropic_claude_region_availability
# Currently Opus is only available in us-east5. Defaults to GCLOUD_REGION if not provided
GCLOUD_CLAUDE_REGION=us-east5
# Blank to use the (default) database
FIRESTORE_DATABASE=
FIRESTORE_DATABASE=sophia

# OpenTelemetry tracing configuration
TRACE_AGENT_ENABLED=true
Expand Down

0 comments on commit 6c83d5f

Please sign in to comment.