mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Remove the lamp from the prompt
This commit is contained in:
parent
d884b99be4
commit
951527fcea
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const generateProjectIdea = async (parts) => {
|
|||
})
|
||||
|
||||
prompt += `
|
||||
The project should only involve household items like lamps. The project should only use sensors provided, and use those sensors for their intended use. For example, an accelerometer cannot be used to measure humidity or tilt.`
|
||||
The project should only involve household items. The project should only use sensors provided, and use those sensors for their intended use. For example, an accelerometer cannot be used to measure humidity or tilt.`
|
||||
|
||||
// expects OPENAI_API_KEY
|
||||
const openai = new OpenAI();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue