Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sagemathinc
Edit Copy
Star
5
GitHub Repository:
sagemathinc/cocalc
Path:
blob/master/src/packages/next/pages/api/v2/openai/chatgpt.ts
1
4
5
1
views
1
import
handle
from
"../llm/evaluate"
;
2
3
export
default
handle
;
4
5