Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
Search
Author
Search
Results include substring matches and semantically similar vals.
Learn more
untitled8294445
@cyrilis
An interactive, runnable TypeScript val by cyrilis
0
Script
export
let
untitled8294445 =
default
(params) => {
return
gpt3
({
openAi
Key
: process.
env
.
openai
_key
,
prompt
: params.
question
,
.
then
(
(
result
) =>
result);
Prev
1
…
31
32
33
34
35
Next