convaiinnovations commited on
Commit
922198f
·
verified ·
1 Parent(s): e2addc4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Qwen FastAPI Inference API
2
 
3
  This repository contains a secure, OpenAI-compatible REST API for the **Qwen2.5-0.5B-Instruct** model, built with FastAPI.
 
1
+ ---
2
+ library_name: fastapi
3
+ tags:
4
+ - qwen
5
+ - openai-api
6
+ - jwt
7
+ - inference
8
+ license: mit
9
+ ---
10
+
11
  # Qwen FastAPI Inference API
12
 
13
  This repository contains a secure, OpenAI-compatible REST API for the **Qwen2.5-0.5B-Instruct** model, built with FastAPI.