somratpro commited on
Commit
158cba5
Β·
1 Parent(s): e41db1d

docs: add video tutorial section to README

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -35,6 +35,7 @@ secrets:
35
  ## Table of Contents
36
 
37
  - [✨ Features](#-features)
 
38
  - [πŸš€ Quick Start](#-quick-start)
39
  - [πŸ” Access Control](#-access-control)
40
  - [πŸ€– LLM Providers](#-llm-providers)
@@ -58,6 +59,10 @@ secrets:
58
  - ⏰ **Keep-Alive:** Can provision a cron-triggered Cloudflare Worker to keep the Space awake.
59
  - πŸ€– **Broad Provider Support:** Supports Hermes' native providers, direct API-key providers, OAuth providers, and custom OpenAI-compatible endpoints.
60
 
 
 
 
 
61
  ## πŸš€ Quick Start
62
 
63
  ### Step 1: Duplicate this Space
 
35
  ## Table of Contents
36
 
37
  - [✨ Features](#-features)
38
+ - [πŸŽ₯ Video Tutorial](#-video-tutorial)
39
  - [πŸš€ Quick Start](#-quick-start)
40
  - [πŸ” Access Control](#-access-control)
41
  - [πŸ€– LLM Providers](#-llm-providers)
 
59
  - ⏰ **Keep-Alive:** Can provision a cron-triggered Cloudflare Worker to keep the Space awake.
60
  - πŸ€– **Broad Provider Support:** Supports Hermes' native providers, direct API-key providers, OAuth providers, and custom OpenAI-compatible endpoints.
61
 
62
+ ## πŸŽ₯ Video Tutorial
63
+
64
+ Watch a quick walkthrough on YouTube: [Deploying HuggingMes on HF Spaces](https://www.youtube.com/watch?v=kagB1ID-NtE).
65
+
66
  ## πŸš€ Quick Start
67
 
68
  ### Step 1: Duplicate this Space