ASIMOV xAI module.
- To be determined!
- Rust 1.85+ (2024 edition) if building from source code
Installation with ASIMOV CLI
asimov module install xai -vcargo install asimov-xai-moduleecho "Why is the sky blue?" | asimov-xai-prompterProvide an API key either by module configuration
asimov module config xaiOr through environment variables
export ASIMOV_XAI_API_KEY="..."| Name | Environment Variable | Default |
|---|---|---|
endpoint |
ASIMOV_XAI_API_ENDPOINT |
https://api.x.ai |
model |
ASIMOV_XAI_MODEL |
grok-3-mini |
echo "Why is the sky blue?" | asimov-xai-promptergit clone https://github.com/asimov-modules/asimov-xai-module.git