girish00 commited on
Commit
b4c2a58
·
verified ·
1 Parent(s): 46f77f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- ---
3
  title: Coding LLM Space
4
  emoji: 🤖
5
  colorFrom: blue
6
  colorTo: purple
7
  sdk: gradio
8
- python_version: 3.10
9
  app_file: app.py
10
  pinned: false
 
11
  ---
12
  ---
13
  # Advanced Coding LLM (Production-Ready Starter)
@@ -201,4 +201,4 @@ Input JSON:
201
  - Keep `max_new_tokens` modest for low latency.
202
  - Add request auth/rate limiting before exposing public endpoint.
203
  - For stronger quality, add curated retrieval corpus in `data/`.
204
- - For robust hallucination checks, extend tests per language/framework.
 
1
  ---
 
2
  title: Coding LLM Space
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ python_version: 3.1
8
  app_file: app.py
9
  pinned: false
10
+ sdk_version: 6.12.0
11
  ---
12
  ---
13
  # Advanced Coding LLM (Production-Ready Starter)
 
201
  - Keep `max_new_tokens` modest for low latency.
202
  - Add request auth/rate limiting before exposing public endpoint.
203
  - For stronger quality, add curated retrieval corpus in `data/`.
204
+ - For robust hallucination checks, extend tests per language/framework.