-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new ai-codespace/index.html and update next-openai dependencies
- Loading branch information
Showing
4 changed files
with
19,914 additions
and
14,443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>AI Codespace</title> | ||
</head> | ||
<body> | ||
<h1>Welcome to AI Codespace</h1> | ||
|
||
<!-- Voiceflow Chat Widget --> | ||
<script type="text/javascript"> | ||
(function(d, t) { | ||
var v = d.createElement(t), s = d.getElementsByTagName(t)[0]; | ||
v.onload = function() { | ||
window.voiceflow.chat.load({ | ||
verify: { projectID: '671e8b0eff5ef3f747ccb6cc' }, | ||
url: 'https://general-runtime.voiceflow.com', | ||
versionID: 'production' | ||
}); | ||
} | ||
v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; | ||
v.type = "text/javascript"; | ||
s.parentNode.insertBefore(v, s); | ||
})(document, 'script'); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.