vxai is a V module that provides support for xAI API
- Simple interface for interacting with xAI API
- Basics tests that can be ran by providing your own API key
To use vxai in your V project, you can install it via VPM:
v install ismyhc.vxai
Or clone the repository:
git clone https://github.com/ismyhc/vxai.git
cd vxai
v install
Take a look at the tests and the docs for more information on how to use vxai.
This project is licensed under the MIT License
If you have any questions or feedback, please open an issue on this GitHub repository.