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