Skip to content

Commit

Permalink
reset README desc
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jul 31, 2024
1 parent d61073c commit 5dc2aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
24 changes: 3 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,12 @@

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

To develop:

```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/
```
Docs https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=rest#text-and-image_input .

### Workflow

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>

<head>
<title>Workflow</title>
<title>Gemini Msg</title>
<link href="https://cdn.tiye.me/logo/calcit.png" rel="icon" type="image/png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
Expand Down

0 comments on commit 5dc2aea

Please sign in to comment.