OmniGenAI - Visual Studio Code Extension
Overview
OmniGenAI is a Visual Studio Code extension that uses advanced generative techniques to provide responses for user questions within the editor.
Features
- Generative AI Integration: Leverage generative techniques to create responses for user queries.
- Customization: Tailor generation settings such as temperature, top-k, top-p, and safety settings.
- Save Responses: Save generated responses to a text file for future reference.
Prerequisites
Before using the extension, make sure you have the following:
- Node.js installed on your machine
- Visual Studio Code
Getting Started
- Install the extension from the Visual Studio Code Marketplace.
- Open a text file in Visual Studio Code.
- Run the
OmniGenAI command from the command palette.
- Enter your question when prompted.
- The generated response will replace the content in the active text editor.
- The response will also be saved to a file named
generated_answer.txt in the same directory as the opened file.
Configuration
Adjust the extension settings by modifying the variables in the extension code:
- Customize settings such as temperature, top-k, top-p, and safety settings.
Commands
OmniGenAI : Generate a response for a user question.
Clear Content : Clear the content of the generated answer file (generated_answer.txt ).
Known Issues
- Currently, there are no known issues.
Release Notes
Version |
Date |
Notes |
0.0.2 |
1/31/2024 |
Last update 20 hours ago |
0.0.1 |
1/30/2024 |
Released on Tuesday |
Contributing
Feel free to contribute to this extension. Report issues, suggest features, or submit pull requests.
License
MIT
| |