mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Made a basic TTY system.
This commit is contained in:
parent
62ecea8aa3
commit
ef163b6174
4 changed files with 26 additions and 5 deletions
5
server/api/ai/chat/actions/findUserChatId.ts
Normal file
5
server/api/ai/chat/actions/findUserChatId.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
return {
|
||||
hello: "hello",
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue