a simple gpt assistant using the crate async-openai for an out of the box experience.
Go to file
itzelot01 50a4db5963 Adding tested retrive assistant by ID 2023-12-11 23:41:48 +00:00
src Adding tested retrive assistant by ID 2023-12-11 23:41:48 +00:00
.gitignore Adding tested retrive assistant by ID 2023-12-11 23:41:48 +00:00
Cargo.lock Base Template 2023-12-11 16:05:35 -06:00
Cargo.toml Base Template 2023-12-11 16:05:35 -06:00
README.md Adding tested retrive assistant by ID 2023-12-11 23:41:48 +00:00

README.md

Rust GPT Assistant

ToDo

  • Create a Menu using enum
  • Create module to read and write to .env (assistants)
  • Create module for upload files.
  • Create a module for websearch
  • Add library for markdown in terminal
  • Create code interpreter Module

Reference