mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # .devops/full-cuda.Dockerfile # .devops/full-rocm.Dockerfile # .devops/full.Dockerfile # .devops/main-cuda.Dockerfile # .devops/main-intel.Dockerfile # .devops/main-rocm.Dockerfile # .devops/main.Dockerfile # .devops/server-cuda.Dockerfile # .devops/server-intel.Dockerfile # .devops/server-rocm.Dockerfile # .devops/server.Dockerfile # .devops/tools.sh # .github/workflows/docker.yml # CMakeLists.txt # Makefile # README-sycl.md # README.md # ci/run.sh # llama.cpp # requirements.txt # requirements/requirements-convert-hf-to-gguf-update.txt # requirements/requirements-convert-hf-to-gguf.txt # requirements/requirements-convert-legacy-llama.txt # requirements/requirements-convert-llama-ggml-to-gguf.txt # scripts/check-requirements.sh # scripts/compare-llama-bench.py # scripts/convert-gg.sh # scripts/pod-llama.sh # scripts/sync-ggml-am.sh # scripts/sync-ggml.last # scripts/sync-ggml.sh # tests/CMakeLists.txt # tests/test-backend-ops.cpp # tests/test-tokenizer-0.sh # tests/test-tokenizer-random.py
This commit is contained in:
commit
a97f7d5f91
159 changed files with 9818 additions and 2361 deletions
|
|
@ -1243,6 +1243,15 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"/v1/audio/transcriptions": {
|
||||
"post": {
|
||||
"summary": "Transcribes a wav file with speech to text using loaded Whisper model. Please refer to OpenAI documentation",
|
||||
"description": "Transcribes a wav file with speech to text using loaded Whisper model.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/audio/createTranscription](https://platform.openai.com/docs/api-reference/audio/createTranscription)",
|
||||
"tags": [
|
||||
"v1"
|
||||
]
|
||||
}
|
||||
},
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
|
|
@ -1270,6 +1279,7 @@
|
|||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
//self destruct into json if requested
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue