kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/643/head^2
rodzic
0d96cef757
commit
e3f1b5641f
|
@ -8,7 +8,7 @@ import restoreCursor from 'restore-cursor'
|
|||
import { ProxycurlClient } from '../src/services/proxycurl-client.js'
|
||||
|
||||
/**
|
||||
* Scratch for quick testing.
|
||||
* Scratch pad for testing.
|
||||
*/
|
||||
async function main() {
|
||||
restoreCursor()
|
||||
|
|
|
@ -3,6 +3,7 @@ import * as z from 'zod'
|
|||
|
||||
import { assert, getEnv } from '../utils.js'
|
||||
|
||||
// All proxycurl types are auto-generated from their openapi spec
|
||||
export namespace proxycurl {
|
||||
export const CompanyTypeSchema = z.enum([
|
||||
'EDUCATIONAL',
|
||||
|
|
Ładowanie…
Reference in New Issue