Skip to content

Commit

Permalink
Merge pull request #1 from Termina/streaming
Browse files Browse the repository at this point in the history
try streaming API
  • Loading branch information
csvwolf authored Aug 6, 2024
2 parents 6e14e97 + 4def142 commit 3b6bdce
Show file tree
Hide file tree
Showing 4 changed files with 842 additions and 266 deletions.
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,17 @@

Respo workflow in Calcit-js
Message Buffer for Gemini API
----

> Respo web page based on [calcit-js](https://github.com/calcit-lang/calcit).
Demo https://repo.calcit-lang.org/respo-calcit-workflow/ .
Demo https://r.tiye.me/Termina/msg-buffer/ .

### Usages
Docs https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=rest#text-and-image_input .

To develop:
Configurations:

```bash
cr js # watching

yarn # to install vite
yarn vite # watching and running on localhost:3000
```

calcit-js is using [Calcit Editor](https://github.com/calcit-lang/editor).

To build:

```bash
yarn vite build
http-server dist/
```
- `gemini-key` in localStorage
- `?model=YOUR_MODEL`, defaults to `gemini-1.5-flash`

### Workflow

Expand Down
Loading

0 comments on commit 3b6bdce

Please sign in to comment.