athena-xai-chat
v1.0.77
Published
<br /> <div align="center"> <a href="https://a-x.ai/" style="text-decoration: none; color: white !important; padding-top: 20px; font-size: 88px !important;"> <img src="https://a-x.ai/wp-content/uploads/2024/04/athena-xai-ico.svg" alt="Logo" width="1
Readme
About The Project
The general idea is to build a custom script to implement Athena XAI Chat.
Main features:
- Select chat
- Free chat
Built With
- Programing language: Typescript
- Package Manager: npm
- Compiler: Vite
Getting Started
Follow the next sections to learn how to install and use the script.
Requirements
- Node.js version >= 22.12.0
Usage/Examples
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="#" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Athena XAI Chat</title>
<script type="module" src="/src/athena-xai-chat.ts"></script>
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
height: 100dvh;
}
</style>
</head>
<body>
<athena-xai-chat websiteToken="website token from the dashboard"></athena-xai-chat>
</body>
</html>