Closed rossman22590 closed 1 year ago
could this solve it? ENV isn't working I cannot use without key.
Authorization: Bearer ${key || process.env.OPENAI_API_KEY || ''},
Bearer ${key || process.env.OPENAI_API_KEY || ''}
solved!
could this solve it? ENV isn't working I cannot use without key.
Authorization:
Bearer ${key || process.env.OPENAI_API_KEY || ''}
,