We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc47fbc commit 07bb410Copy full SHA for 07bb410
README.md
@@ -32,8 +32,6 @@
32
33
### 1. Install CodeWiki
34
35
-CodeWiki supports multiple models via an OpenAI-compatible SDK layer.
36
-
37
```bash
38
# Install from source
39
pip install git+https://github.com/FSoft-AI4Code/CodeWiki.git
@@ -44,6 +42,8 @@ codewiki --version
44
42
45
43
### 2. Configure Your Environment
46
+CodeWiki supports multiple models via an OpenAI-compatible SDK layer.
+
47
48
codewiki config set \
49
--api-key YOUR_API_KEY \
0 commit comments