SwiftAI, Swift, AI, Grok, xAI, LLM, Anthropic, Claude, OpenAI, ChatGPT
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
70
commits
feat: Add custom Codable initializer for Message struct to resolve decoding issues
cbea4aeView on GitHubfix: Remove initial value for `id` and set it in initializer
c299142View on GitHubrefactor: Remove CodingKeys to enable full Codable support for Message
b63a8abView on GitHubfix: Exclude UUID from Codable encoding/decoding in Message struct
27ac80aView on GitHubrefactor: Reorder properties and initializer in Message struct
bffd73dView on GitHubrefactor: Remove redundant systemPrompt parameter in chatAI.complete call
efe2029View on GitHubrefactor: Explicitly pass nil systemPrompt in complete method call
54b754eView on GitHubEdit package file to make it easier to switch to local dependencies
3ecf045View on GitHubThrow error when attempting to create API key with empty value
3405af1View on GitHub