-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.oadin
More file actions
85 lines (83 loc) · 2.87 KB
/
.oadin
File metadata and controls
85 lines (83 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"chat": {
"hybrid_policy": "default",
"status": "health",
"services": {
"local": {
"service_id": 1,
"service_type": "local",
"provider": {
"name": "local_ollama_chat",
"desc": "Local ollamma chat/completion",
"method": "POST",
"url": "http://127.0.0.1:11434/api/chat",
"api_flavor": "ollama",
"properties": {
"supported_response_mode": [
"sync",
"stream"
],
"models": [
"qwen2.5:0.5b"
]
},
"status": "health"
},
"created_at": "2023-10-01T12:00:00Z",
"updated_at": "2023-10-01T12:00:00Z"
},
"remote": {
"service_id": 2,
"service_type": "remote",
"provider": {
"name": "remote_openai_chat",
"desc": "Remote openai chat/completion",
"method": "POST",
"url": "http://10.239.44.34:1234/v1/chat/completions",
"api_flavor": "openai",
"properties": {
"supported_response_mode": [
"sync",
"stream"
],
"models": [
"lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF"
]
},
"status": "health"
},
"created_at": "2023-10-01T12:00:00Z",
"updated_at": "2023-10-01T12:00:00Z"
}
}
},
"generate": {
"hybrid_policy": "default",
"status": "health",
"services": {
"local": {
"service_id": 3,
"service_type": "local",
"provider": {
"name": "local_ollama_generate",
"desc": "Local ollamma chat/completion",
"method": "POST",
"url": "http://127.0.0.1:11434/api/generate",
"api_flavor": "ollama",
"properties": {
"supported_response_mode": [
"sync",
"stream"
],
"models": [
"qwen2.5:0.5b"
]
},
"status": "health"
},
"created_at": "2023-10-01T12:00:00Z",
"updated_at": "2023-10-01T12:00:00Z"
}
}
}
}