Skip to content

Commit

Permalink
Add bibigpt-summarize-audiovideo-with-ai extension (raycast#10515)
Browse files Browse the repository at this point in the history
* feat: Complete full feature development of the plugin

* Update bibigpt-summarize-audiovideo-with-ai extension

- chore: add .gitignore and package-lock.json files
- Remove node_modules from repository

* chore: delete yarn.lock

* feat: update ui files

* Update bibigpt-summarize-audiovideo-with-ai extension

- feat: update icon
- feat: update icon

* fix: resolve eslint errors

* chore: add perferences

* feat: add support for multiple languages

* fix: eslint

* Update summarizemedia.tsx

* Update package.json

* metadata

* Update README.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent fea0dca commit 7e0222e
Show file tree
Hide file tree
Showing 11 changed files with 2,569 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/bibigpt-summarize-audiovideo-with-ai/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules/

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/bibigpt-summarize-audiovideo-with-ai/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/bibigpt-summarize-audiovideo-with-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# BibiGPT-Summarize-AudioVideo-with-AI Changelog

## [Initial Version] - 2024-02-02
4 changes: 4 additions & 0 deletions extensions/bibigpt-summarize-audiovideo-with-ai/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# BibiGPT AI Summarize Audio and Video
Transform your media summarization process with the BibiGPT-Summarize-AudioVideo-with-AI plugin for Raycast. Utilize the power of the BibiGPT API to effortlessly generate concise summaries, significantly enhancing efficiency and comprehension of complex media content. This plugin is perfect for professionals and enthusiasts alike who are looking to save time and gain deeper insights into their media.

For detailed instructions on how to utilize this plugin, including setup, usage tips, and troubleshooting, please visit our comprehensive documentation at https://docs.bibigpt.co/bibigpt-api?lang=en. Our guide will assist you in maximizing the plugin's potential and ensure a smooth, productive experience with BibiGPT-Summarize-AudioVideo-with-AI.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7e0222e

Please sign in to comment.