first commit
This commit is contained in:
14
third_party/cpp_httplib/README.md
vendored
Normal file
14
third_party/cpp_httplib/README.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
a header-only http library from github: https://github.com/yhirose/cpp-httplib
|
||||
|
||||
**NOTE**
|
||||
|
||||
support online LLM REST API calling based on OpenAI protocols or local deployment such as Ollama/vLLM in VideoPipe.
|
||||
|
||||
```
|
||||
compile test:
|
||||
g++ httplib_test.cpp -o httplib_test -O2
|
||||
|
||||
and run:
|
||||
./httplib_test
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user