Ai
1 Star 2 Fork 0

ppnt/whisper-cpp-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hello_handler.h 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
李通 提交于 2024-03-10 20:11 +08:00 . mv hello and echo to handler
//
// Created by Tong Li on 2024/3/10.
//
#ifndef WHISPER_CPP_SERVER_HELLO_HANDLER_H
#define WHISPER_CPP_SERVER_HELLO_HANDLER_H
#include <uwebsockets/App.h> // 确保这里包含了必要的定义
// 更新函数声明以使用具体的参数类型
// HTTP GET /hello handler
void hello_action(uWS::HttpResponse<false> *res, uWS::HttpRequest *req);
#endif //WHISPER_CPP_SERVER_HELLO_HANDLER_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/ppnt/whisper-cpp-server.git
git@gitee.com:ppnt/whisper-cpp-server.git
ppnt
whisper-cpp-server
whisper-cpp-server
main

搜索帮助