cloudunity commited on
Commit
54a3c09
·
verified ·
1 Parent(s): 33f554d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,9 +7,9 @@ sdk: docker
7
  app_port: 7860
8
  ---
9
 
10
- # Gemma 2 2B OpenAI-Compatible API
11
 
12
- This Space runs `gemma-2-2b-it` (Q4_K_M GGUF) via `llama-cpp-python[server]`, providing an OpenAI-compatible API endpoint.
13
 
14
  ## Endpoint
15
 
@@ -24,7 +24,7 @@ client = OpenAI(
24
  )
25
 
26
  response = client.chat.completions.create(
27
- model="gemma-2-2b-it-Q4_K_M", # Model name is ignored if there's only one, but good practice
28
  messages=[
29
  {"role": "user", "content": "Write a short poem about coding."}
30
  ]
 
7
  app_port: 7860
8
  ---
9
 
10
+ # Gemma 4 E4B OpenAI-Compatible API
11
 
12
+ This Space runs `google_gemma-4-E4B-it` (Q4_K_M GGUF) via `llama-cpp-python[server]`, providing an OpenAI-compatible API endpoint.
13
 
14
  ## Endpoint
15
 
 
24
  )
25
 
26
  response = client.chat.completions.create(
27
+ model="gemma-4-E4B-it-Q4_K_M", # Model name is ignored if there's only one, but good practice
28
  messages=[
29
  {"role": "user", "content": "Write a short poem about coding."}
30
  ]