Skip to content

Commit

Permalink
Streaming Support for Ayushma Responses (#7)
Browse files Browse the repository at this point in the history
* Add support to stream chat response

* fixed streaming for headers with no API key

* added package-lock to gitignore

* add updated readme

* Add streaming to audio_converse

---------

Co-authored-by: skks1212 <kacker.shivank@gmail.com>
  • Loading branch information
Ashesh3 and skks1212 committed May 8, 2023
1 parent 0e810fa commit 230e7f4
Show file tree
Hide file tree
Showing 9 changed files with 9,900 additions and 530 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

#to stop npm
package-lock.json
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down
Loading

1 comment on commit 230e7f4

@vercel
Copy link

@vercel vercel bot commented on 230e7f4 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.