Command Line Interface Chatbot built with Dart & GPT
Find a file
2024-05-13 19:59:22 +03:00
.vscode 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
bin 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
lib 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
lua 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
python 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
.env.example 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
.gitignore 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
analysis_options.yaml client test passing 2024-05-13 11:37:03 +03:00
CHANGELOG.md client test passing 2024-05-13 11:37:03 +03:00
dartTest.session.sql 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
LICENSE.md 🩹 Input fixed, but no conversation history 🆕 License 2024-05-13 15:14:20 +03:00
pubspec.yaml 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00
README.md 🚫 Backend fail checkpoint, FIX connection event 2024-05-13 19:59:22 +03:00

👁️ CLI (Eye See A Lie?)

Command Line Interface Chatbot built with Dart & GPT

Built right after Unopened AI, in a series of small projects with very bad jokes as titles.

Dart Shell GPT

📝 TODO:

[ ] Implement backend (like w/ crossterm)

[ ] Store conversations in a Postgres DB

[ ] Try streaming API

[ ] Try in-memory datastore, maybe in a backend.dart module

[ ] Python + Dart interface for embedding, also in backend.dart

[ ] An API to a frontent, unfortunately

LICENSE

Copyright 2024 ©️ Wayne Maranga

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at LICENSE.md

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.