Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seanium/ChatMap
/ Message
Interface
Message
app/api/generate/route.ts:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
OpenAI from
"openai"
;
// Ensure OpenAI is imported
3
4
interface
Message {
5
role: string;
6
content: string;
7
}
8
9
interface
ModelSettings {
10
provider: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected