ASIMOV OpenAI module.
- To be determined!
- Rust 1.85+ (2024 edition) if building from source code
Installation with ASIMOV CLI
asimov module install openai -v
cargo install asimov-openai-module
asimov-openai-prompter
Provide an API key either by module configuration
asimov module config openai
Or through environment variables
export OPENAI_API_KEY="..."
Name | Environment Variable | Default |
---|---|---|
endpoint |
OPENAI_API_ENDPOINT |
https://api.openai.com |
model |
OPENAI_MODEL |
gpt-5-mini |
echo "Why is the sky blue?" | asimov-openai-prompter
git clone https://github.com/asimov-modules/asimov-openai-module.git