rust_gpt_assistant/README.md

15 lines
454 B
Markdown
Raw Normal View History

2023-12-11 23:41:48 +00:00
# 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](https://community.openai.com/t/how-to-enable-web-search-results-with-chatgpt-api/318118/2)
- [ ] Add library for markdown in terminal
- [ ] Create [code interpreter](https://platform.openai.com/docs/assistants/tools/code-interpreter) Module
## Reference