We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de13b29 commit bd5eaedCopy full SHA for bd5eaed
1 file changed
README.md
@@ -42,10 +42,10 @@ npx copilot-api --port 8080
42
43
The following command line options are available:
44
45
-| Option | Description | Default |
46
-| ------------- | ------------------------ | ------- |
47
-| --port, -p | Port to listen on | 4141 |
48
-| --verbose, -v | Enable verbose logging | false |
+| Option | Description | Default |
+| ------------- | ---------------------- | ------- |
+| --port, -p | Port to listen on | 4141 |
+| --verbose, -v | Enable verbose logging | false |
49
50
Example usage:
51
@@ -80,6 +80,7 @@ To avoid rate limiting and optimize your experience:
80
81
## Roadmap
82
83
+- [ ] Manual authentication flow
84
- [ ] Manual request approval system
85
- [ ] Rate limiting implementation
86
- [ ] Token usage tracking and monitoring
0 commit comments