Skip to content

Commit

Permalink
removed openAI api key
Browse files Browse the repository at this point in the history
  • Loading branch information
kadenbking committed Feb 9, 2024
1 parent 539aa5a commit 376801d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

backend/src/sites/CfContractAnalysisMvp.Api/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"Key": "a53fa52bb9424c79b00ae3effe80a79c"
},
"OpenAiSettings": {
"GChatAPIKEY": "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"
"GChatAPIKEY": "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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"Key": "a53fa52bb9424c79b00ae3effe80a79c"
},
"OpenAiSettings": {
"GChatAPIKEY": "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"
"GChatAPIKEY": "<redacted-key>"
}
}

0 comments on commit 376801d

Please sign in to comment.