migrate to .env for tokens and implement chats

This commit is contained in:
2025-08-20 11:59:03 -04:00
parent a5247d6f5d
commit ac6e6ae73d
6 changed files with 130 additions and 53 deletions

View File

@@ -0,0 +1,2 @@
@freestanding(expression)
public macro readEnv(_ name: String) -> String? = #externalMacro(module: "NahiMacros", type: "ReadEnv")