You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
Ideas courtesy of chatGPT. Things we have already thought of have been struck out.
Add support for other providers, such as Hugging Face, GPT-3 Sandbox, and T5.
Implement a web interface that allows users to run queries easily and view results.
Add support for batch processing, allowing users to run multiple queries at once.
Implement a caching system that stores previous queries and their results, allowing users to easily retrieve them without having to run the query again.
Improve the CLI by adding tab-completion and more user-friendly error messages.
Add support for different output formats, such as JSON, CSV, in addition to markdown.
Create a Python package that can be easily imported and used in other projects. (NOTE: we do need to build on this, though, add more functionality if running as a python package)
Add support for query customization options, such as controlling the number of tokens generated, temperature and other advanced settings. (review whether we provide the ability to change ALL of the options)
Implement a logging system that tracks usage of the API, such as the number of queries run and the providers used. (I read this as a "overall stats" log and not a "here is what happened in the last call log")
Add more test coverage to ensure the software works as expected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Ideas courtesy of chatGPT. Things we have already thought of have been struck out.
Add support for other providers, such as Hugging Face, GPT-3 Sandbox, and T5.Add support for batch processing, allowing users to run multiple queries at once.Create a Python packagethat can be easily imported and used in other projects. (NOTE: we do need to build on this, though, add more functionality if running as a python package)Add support for query customization options, such as controlling the number of tokens generated, temperature and other advanced settings.(review whether we provide the ability to change ALL of the options)Beta Was this translation helpful? Give feedback.
All reactions