content: add help
This commit is contained in:
parent
f07beb1599
commit
239bdf3f5b
4 changed files with 15 additions and 0 deletions
4
content/help/_index.md
Normal file
4
content/help/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
## Help
|
||||
|
||||
* [OpenAI](/help/openai)
|
||||
* [HuggingFace](/help/huggingface)
|
7
content/help/huggingface.md
Normal file
7
content/help/huggingface.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Hugging Face
|
||||
|
||||
A token is not necessary, it allow you to have a bigger rate limit
|
||||
|
||||
* Create an account on [HuggingFace](https://huggingface.com)
|
||||
* Follow the [documentation](https://huggingface.co/docs/hub/security-tokens) for getting an user access token
|
||||
* Use the generated token in the API key entry
|
3
content/help/openai.md
Normal file
3
content/help/openai.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# OpenAI
|
||||
|
||||
The OpenAI API uses API keys for authentication. Visit your [API Keys page](https://platform.openai.com/account/api-keys) to retrieve the API key you'll use in your requests.
|
1
themes/gadolinium
Submodule
1
themes/gadolinium
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d1d593c81a0dedba348921cf8f4fe089f91adf9b
|
Loading…
Reference in a new issue