Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ getProviderName
Method
getProviderName
src/main/java/com/tcode/llm/LlmClient.java:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
String getModelName();
16
17
String getProviderName();
18
19
default
int
maxContextWindow() {
20
return
128_000;
Callers
7
openPalette
Method · 0.95
dispatch
Method · 0.95
logReasoning
Method · 0.65
estimatedCostCny
Method · 0.65
printStatus
Method · 0.65
startupScreenInfo
Method · 0.65
modelLabel
Method · 0.65
Implementers
6
StubLlmClient
src/test/java/com/tcode/cli/CliModelCo
ReplyClient
src/test/java/com/tcode/runtime/CoreRu
ToolCallingClient
src/test/java/com/tcode/runtime/CoreRu
DangerousToolCallingClient
src/test/java/com/tcode/runtime/CoreRu
RecordingClient
src/test/java/com/tcode/agent/AgentLsp
AbstractOpenAiCompatibleClient
src/main/java/com/tcode/llm/AbstractOp
Calls
no outgoing calls
Tested by
no test coverage detected