Add Eulerpool API key credential template
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
67db350b71
commit
b2da60823a
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
||||||
99-huggingface
|
99-huggingface
|
||||||
99-replicate
|
99-replicate
|
||||||
99-podman-kode
|
99-podman-kode
|
||||||
|
99-eulerpool
|
||||||
|
|
|
||||||
5
99-eulerpool.example
Executable file
5
99-eulerpool.example
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# shellcheck shell=bash
|
||||||
|
# Eulerpool API key
|
||||||
|
# Copy to 99-eulerpool and fill in your key, then: chmod 700 99-eulerpool
|
||||||
|
require_private "${BASH_SOURCE[0]}"
|
||||||
|
export EULERPOOL_API_KEY=your-api-key-here
|
||||||
Loading…
Add table
Add a link
Reference in a new issue