Skip to content

Commit

Permalink
fix: remove chat sample from IDX while working on fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i2amsam committed Feb 5, 2025
1 parent 58b991d commit c3f075f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 45 deletions.
1 change: 0 additions & 1 deletion samples/idx-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"default": "js-character-generator",
"options": {
"js-character-generator": "Simple Character Generator",
"js-chatbot": "A chatbot using Vertex and Llama 3.1 or Gemini Flash",
"js-coffee-shop": "Coffeeshop w Several types of Prompt",
"js-schoolAgent": "A Multi-Agent School Assistant",
"js-prompts": "A sample with various prompt styles",
Expand Down
2 changes: 1 addition & 1 deletion samples/js-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "concurrently npm:start:server npm:start:ng",
"build": "cd server && npm run build && cd ../ && cd genkit-app && npm run build",
"setup": "npm i && cd server && npm i && cd ../genkit-app && npm i",
"start:server:idx": "echo -e '\\033[1mChoose a Cloud Project with the Vertex APIs enabled\\033[0m in the popup\nSee https://console.cloud.google.com/apis/api/aiplatform.googleapis.com/metrics?project=veo-testing' && npm run start:server",
"start:server:idx": "echo -e '\\033[1mChoose a Cloud Project with the Vertex APIs enabled\\033[0m in the popup\nSee https://console.cloud.google.com/apis/api/aiplatform.googleapis.com/metrics' && npm run start:server",
"start:server": "cd server && npm run genkit:dev",
"start:ng": "cd genkit-app && npm start"
},
Expand Down
88 changes: 49 additions & 39 deletions samples/js-chatbot/server/package-lock.json

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

8 changes: 4 additions & 4 deletions samples/js-chatbot/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"genkit": "^1.0.0-rc.15",
"@genkit-ai/vertexai": "^1.0.0-rc.16",
"@genkit-ai/express": "^1.0.0-rc.16",
"genkit": "^1.0.0-rc.17",
"@genkit-ai/vertexai": "^1.0.0-rc.17",
"@genkit-ai/express": "^1.0.0-rc.17",
"express": "^4.21.0",
"partial-json": "^0.1.7",
"zod": "^3.23.8"
},
"devDependencies": {
"genkit-cli": "^1.0.0-rc.16",
"genkit-cli": "^1.0.0-rc.17",
"typescript": "^5.4.5",
"tsx": "^4.19.2"
}
Expand Down

0 comments on commit c3f075f

Please sign in to comment.