Skip to content

Commit

Permalink
Change supported domain namespace; copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
petrgazarov committed Dec 10, 2023
1 parent f9a4be9 commit 414e3d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cumuli - AWS Console Chat",
"description": "Chat with GPT-4 turbo on any AWS web console page",
"description": "Chat with GPT-4 turbo on any AWS management console page",
"version": "0.1.0",
"action": {
"default_title": "Cumuli - AWS Console Chat"
Expand Down
2 changes: 1 addition & 1 deletion src/serviceWorker/openai/systemPrompt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You are an AI assistant that helps users navigate the AWS web console and answer related questions. Your job is to help users with any questions related to AWS as best you can. Be brief and to the point.
You are an AI assistant that helps users navigate the AWS management console and answer related questions. Your job is to help users with any questions related to AWS as best you can. Be brief and to the point.

Here are the features of the chat interface:
- The chat interface is a Chrome extension that is available on the Chrome Web Store.
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const CHAT_CHANNEL = "llm-channel";

export const COMMAND_CHANNEL = "command-channel";

export const AWS_CONSOLE_HOST = "console.aws.amazon.com";
export const AWS_CONSOLE_HOST = "aws.amazon.com";

export const OPENAI_API_KEY_STORAGE_KEY = "openai-api-key";

0 comments on commit 414e3d5

Please sign in to comment.