Skip to content

Commit

Permalink
remove unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerdesnv committed Mar 5, 2024
1 parent 9dfc0fc commit 20cc90b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ class OpenAiClientBackend : public ClientBackend {
{
}

void ParseInferStat(
const tc::InferStat& openai_infer_stat, InferStat* infer_stat);

std::unique_ptr<openai::ChatCompletionClient> http_client_;
std::shared_ptr<Headers> http_headers_;
};
Expand Down

0 comments on commit 20cc90b

Please sign in to comment.