Fredtt3 commited on
Commit
1dfe6c7
·
verified ·
1 Parent(s): 7e83d41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -162,4 +162,10 @@ for chunk in stream:
162
  print(chunk.choices[0].delta.content, end="", flush=True)
163
  ```
164
 
165
- **vLLM Benefits:** 20-30x faster inference, OpenAI-compatible API, continuous batching, async scheduling.
 
 
 
 
 
 
 
162
  print(chunk.choices[0].delta.content, end="", flush=True)
163
  ```
164
 
165
+ **vLLM Benefits:** 20-30x faster inference, OpenAI-compatible API, continuous batching, async scheduling.
166
+
167
+ ### Aquiles-playground
168
+
169
+ In addition to code usage, you can also try our models locally through an [open-source playground on GitHub](https://github.com/Aquiles-ai/aquiles-playground).
170
+
171
+ ![preview](preview_playground.png)