mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-06 10:38:17 +00:00
Update phi-2-orange.yaml
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
35290e146b
commit
3c778b538a
@ -1,4 +1,4 @@
|
|||||||
name: phi-2-chat
|
name: phi-2-orange
|
||||||
mmap: true
|
mmap: true
|
||||||
parameters:
|
parameters:
|
||||||
model: huggingface://l3utterfly/phi-2-orange-GGUF/phi-2-orange.Q6_K.gguf
|
model: huggingface://l3utterfly/phi-2-orange-GGUF/phi-2-orange.Q6_K.gguf
|
||||||
@ -25,6 +25,6 @@ description: |
|
|||||||
|
|
||||||
usage: |
|
usage: |
|
||||||
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
||||||
"model": "phi-2-chat",
|
"model": "phi-2-orange",
|
||||||
"messages": [{"role": "user", "content": "How are you doing?", "temperature": 0.1}]
|
"messages": [{"role": "user", "content": "How are you doing?", "temperature": 0.1}]
|
||||||
}'
|
}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user