Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev-client'
Browse files Browse the repository at this point in the history
  • Loading branch information
HlexNC committed Jul 5, 2024
2 parents f6ec020 + 99ec158 commit aaedd2c
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 38 deletions.
2 changes: 1 addition & 1 deletion client/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PORT=3000
REACT_APP_SERVER_URL=https://localhost:5000

# System Message
SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses as txt paragraphs."
SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses only as text paragraphs. (no markdown)\n- Make clean production ready resposes."

# SSL Certificate and Key (if needed for local development)
# SSL_CRT_FILE=/etc/ssl/certs/localhost.pem
Expand Down
Binary file added client/public/banner-1200x600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/public/favicon_1.ico
Binary file not shown.
69 changes: 37 additions & 32 deletions client/public/index.html
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="mask-icon" href="%PUBLIC_URL%/logo192.png" color="#000000" />

<!-- Viewport, Theme Color and Google Verification -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A funny helpful assistant."
/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
<meta name="google-site-verification" content="3lmPEXpiR-lN6E_C-iZxRSzHDErRID7yOfAg7AW_BoU" />

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Devabot</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
<!-- Primary Meta Tags -->
<title>Devabot AI ✨</title>
<meta name="description" content="Devablos Project V2 - Your friendly AI-powered Assistant. Ask anything from weather updates to AI insights and enjoy engaging conversations with a dash of humor.">
<meta name="title" content="Devabot AI ✨" />
<meta name="keywords" content="Devablos, Devablos V2, Devablos sign up, Devablo, Devablos help, AI chatbot, virtual assistant, AI companion, live weather updates, AI insights, digital assistant, interactive AI, Devablos chat, Devablos support, Devablos account, AI humor, Devablos login, tech assistant, AI interaction, artificial intelligence, intelligent digital assistant, chatbot entertainment, user-friendly AI, Devablos chatbot, Devablos website" />
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="http://devablos-v2.azurewebsites.net">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Devabot AI ✨">
<meta property="og:title" content="Devabot AI ✨">
<meta property="og:description" content="Devablos Project V2 - Your friendly AI-powered Assistant. Ask anything from weather updates to AI insights and enjoy engaging conversations with a dash of humor.">
<meta property="og:image" content="http://devablos-v2.azurewebsites.net/banner.png">
<meta property="og:image:width" content="500">
<meta property="og:image:height" content="333">

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="devablos-v2.azurewebsites.net">
<meta property="twitter:url" content="http://devablos-v2.azurewebsites.net">
<meta name="twitter:title" content="Devabot AI ✨">
<meta name="twitter:description" content="MDevablos Project V2 - Your friendly AI-powered Assistant. Ask anything from weather updates to AI insights and enjoy engaging conversations with a dash of humor.">
<meta name="twitter:image" content="http://devablos-v2.azurewebsites.net/banner-1200x600.png">
<meta name="twitter:widgets:new-embed-design" content="on">

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Binary file modified client/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions client/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Devablos",
"name": "Devablos Chatbot Project V2",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 0 additions & 2 deletions client/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 1 addition & 1 deletion server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SSL_KEY_PATH=/etc/ssl/private/localhost-key.pem
SSL_CERT_PATH=/etc/ssl/certs/localhost.pem

# System Message
SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses as txt paragraphs."
SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses only as text paragraphs. (no markdown)\n- Make clean production ready resposes."

# Use SSL
USE_SSL=true

0 comments on commit aaedd2c

Please sign in to comment.