Skip to content

Commit ecfb16d

Browse files
authored
Update README.md
1 parent d681438 commit ecfb16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/plugins/allora/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from goat_plugins.allora import allora, AlloraPluginOptions
2020

2121
# Initialize the plugin
2222
options = AlloraPluginOptions(
23-
api_key="${OPENAI_API_KEY}", # Your Allora API key
23+
api_key="${OPENAI_API_KEY}", # Contact the Allora team on Discord for access to API keys
2424
model="allora-v1" # Optional: Specify model version
2525
)
2626
plugin = allora(options)

0 commit comments

Comments
 (0)