![]() |
NIM 跨平台 C++ SDK
|
#include "nim_cpp_ai.h"#include "nim_cpp_wrapper/helper/nim_sdk_loader_helper.h"#include "nim_ai.h"命名空间 | |
| namespace | nim |
| namespace nim | |
函数 | |
| static void | nim::CallbackGlobalProxyAIModelCall (const char *json_params, const void *callback) |
| static void | nim::CallbackGlobalProxyAIModelStreamingCall (const char *json_params, const void *callback) |
| static void | nim::CallbackGetAIUserList (enum NIMResCode code, const char *result, const void *callback) |
| static void | nim::CallbackProxyAIModelCall (enum NIMResCode code, const void *callback) |
| static void | nim::CallbackStopProxyAIModelStreamingCall (enum NIMResCode code, const void *callback) |
变量 | |
| static AI::AIModelCallResultCallback | nim::g_ai_model_call_cb = nullptr |
| static AI::AIModelStreamingCallResultCallback | nim::g_ai_model_call_streaming_cb = nullptr |
| static AI::GetAIUserListCallback | nim::g_get_ai_user_list_cb = nullptr |
| static AI::ProxyAIModelCallCallback | nim::g_proxy_ai_model_call_cb = nullptr |
| static AI::StopProxyAIModelStreamingCallCallback | nim::g_stop_proxy_ai_model_streaming_call_cb = nullptr |