Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilanou/ai_prompting_test
https://github.com/ilanou/ai_prompting_test
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilanou/ai_prompting_test
- Owner: IlanOu
- License: mit
- Created: 2024-04-19T13:04:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T12:16:27.000Z (6 months ago)
- Last Synced: 2024-05-16T02:01:30.460Z (6 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Test prompting AI
## Introduction
This repository is a test of using AI to code, following [Alban Crepel's](https://github.com/AlbanCrepel) classes. The objective is to make an API with only the AI model (I don't code strictly speaking). This exercise only serves to research :
- Existing AI models
- http requests (.http files)## Installations
```bash
npm i express
npm i express-basic-auth
```For users of VScode, you can install [httpYac](https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac)
For users of [Jetbrains suite](https://www.jetbrains.com/help/idea/exploring-http-syntax.html), you can have it natively
## Run the project
```bash
node server.js
```