Skip to content

Commit

Permalink
fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
m13v committed Sep 28, 2024
1 parent 94a94f9 commit d803452
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/typescript/pipe-post-questions-on-reddit/pipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"name": "gptApiUrl",
"type": "string",
"default": "https://api.openai.com/v1/chat/completions",
"description": "GPT API URL"
"description": "openai-compatible API URL"
},
{
"name": "gptModel",
"type": "string",
"default": "gpt-4o",
"description": "GPT Model"
"description": "AI Model name"
},
{
"name": "openai_api_key",
"name": "openaiApiKey",
"type": "string",
"default": "",
"description": "Your OpenAI API key"
Expand All @@ -55,13 +55,13 @@
"description": "Number of records to retrieve from screenpipe per page for structured extraction, keep in mind LLMs have a context window limit. Increase this value if using audio."
},
{
"name": "additional prompt for logs",
"name": "dailylogPrompt",
"type": "string",
"default": "",
"description": "additional prompt for the AI assistant that will be used to extract information from the screen data every specified amount of minutes"
},
{
"name": "additional prompt for reddit questions",
"name": "customPrompt",
"type": "string",
"default": "",
"description": "additional prompt for the AI assistant that will be used to generate a list of questions to post on reddit based on the logs previously extracted"
Expand Down

0 comments on commit d803452

Please sign in to comment.