MCPcopy Create free account
hub / github.com/NsLearning/LangHelper / chatModelPath

Function chatModelPath

ChatGPT/src/utils.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24};
25
26export const chatModelPath = async (): Promise<string> => {
27 return join(await chatRoot(), CHAT_MODEL_JSON);
28};
29
30export const chatPromptsPath = async (): Promise<string> => {
31 return join(await chatRoot(), CHAT_PROMPTS_CSV);

Callers

nothing calls this directly

Calls 1

chatRootFunction · 0.85

Tested by

no test coverage detected