We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d681438 commit ecfb16dCopy full SHA for ecfb16d
python/src/plugins/allora/README.md
@@ -20,7 +20,7 @@ from goat_plugins.allora import allora, AlloraPluginOptions
20
21
# Initialize the plugin
22
options = AlloraPluginOptions(
23
- api_key="${OPENAI_API_KEY}", # Your Allora API key
+ api_key="${OPENAI_API_KEY}", # Contact the Allora team on Discord for access to API keys
24
model="allora-v1" # Optional: Specify model version
25
)
26
plugin = allora(options)
0 commit comments