File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A local proxy for LLMs, providing a unified interface for multiple models and support for identity based authentication.
4
4
5
- ## Example config
5
+ ## Getting started
6
+
7
+ First create your ~ /.prompt-passage.yaml file and configure your providers:
8
+
9
+ ### Example config
6
10
7
11
``` yaml
8
12
service :
@@ -30,6 +34,26 @@ providers:
30
34
type : azure
31
35
` ` `
32
36
37
+ ### Running prompt-passage
38
+
39
+ Run prompt-passage to start the local proxy
40
+
41
+ ` ` ` bash
42
+ # Run az login if using azure credentials
43
+
44
+ # Run prompt passage
45
+ pipx run prompt-passage
46
+ ```
47
+
48
+ ### Connecting
49
+
50
+ Use ` OpenAI compatible ` , ` Azure OpenAI ` , or similar option from the tool you are trying to connect with.
51
+
52
+ Base url: ` http://localhost:8095/providers/{your provider name}/ `
53
+
54
+ API token can be any value unless auth is enabled.
55
+
56
+
33
57
## Dev environment setup
34
58
35
59
``` bash
You can’t perform that action at this time.
0 commit comments