| .vscode | ||
| bin | ||
| lib | ||
| lua | ||
| python | ||
| .env.example | ||
| .gitignore | ||
| analysis_options.yaml | ||
| CHANGELOG.md | ||
| dartTest.session.sql | ||
| LICENSE.md | ||
| pubspec.yaml | ||
| README.md | ||
👁️ CLI (Eye See A Lie?)
Command Line Interface Chatbot built with Dart & GPT
Built right after , in a series of small projects with very bad jokes as titles.
📝 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.