MCPcopy
hub / github.com/ChatGPTNextWeb/NextChat / getVisionModels

Function getVisionModels

app/store/access.ts:165–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 return get().needCode;
164 },
165 getVisionModels() {
166 this.fetch();
167 return get().visionModels;
168 },
169 edgeVoiceName() {
170 this.fetch();
171

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected