Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Jan 1, 2024
1 parent 6cdb18a commit a2b3057
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
# Log file
*.log

/local.properties
**/.DS_Store
**/build/
.gradle
**/.idea/*

*.xcworkspacedata

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Running on

Set your Gemini API key in `local.properties`


To do
* Use Compose Multiplatform library to display markdown returned (waiting on one that supports Wasm based Compose for Web)
* Allow uploading images and running queries on those.

## Screenshots

### iOS
Expand All @@ -25,4 +30,5 @@ Set your Gemini API key in `local.properties`

### Compose for Desktop

<img width="912" alt="Screenshot 2023-12-31 at 13 09 43" src="https://github.com/joreilly/GeminiKMP/assets/6302/45004caa-09f5-4bb9-a1e8-2ba72e89273c">
<img width="945" alt="Screenshot 2023-12-31 at 14 34 28" src="https://github.com/joreilly/GeminiKMP/assets/6302/e2798cc2-2f1a-411e-a360-68b755c7686d">

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
10 changes: 0 additions & 10 deletions local.properties

This file was deleted.

0 comments on commit a2b3057

Please sign in to comment.