File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
.github/actions/tests/python Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ inputs:
11
11
description : " The version of Python to use, such as 3.12"
12
12
required : true
13
13
type : string
14
- openai-api-organization :
15
- description : " The OpenAI API organization"
16
- required : true
17
- type : string
18
- openai-api-key :
19
- description : " The OpenAI API key"
20
- required : true
21
- type : string
22
- pinecone-api-key :
23
- description : " The Pinecone API key"
24
- required : true
25
- type : string
26
- pinecone-environment :
27
- description : " The Pinecone environment"
28
- required : true
29
- type : string
14
+ openai-api-organization :
15
+ description : " The OpenAI API organization"
16
+ required : true
17
+ type : string
18
+ openai-api-key :
19
+ description : " The OpenAI API key"
20
+ required : true
21
+ type : string
22
+ pinecone-api-key :
23
+ description : " The Pinecone API key"
24
+ required : true
25
+ type : string
26
+ pinecone-environment :
27
+ description : " The Pinecone environment"
28
+ required : true
29
+ type : string
30
30
31
31
runs :
32
32
using : " composite"
You can’t perform that action at this time.
0 commit comments