diff --git a/README.md b/README.md index 0a27abf..d918daf 100644 --- a/README.md +++ b/README.md @@ -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 @@ -25,4 +30,5 @@ Set your Gemini API key in `local.properties` ### Compose for Desktop -Screenshot 2023-12-31 at 13 09 43 +Screenshot 2023-12-31 at 14 34 28 + diff --git a/local.properties b/local.properties deleted file mode 100644 index 43bb278..0000000 --- a/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -## This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Sat Dec 30 21:39:24 GMT 2023 -sdk.dir=/Users/joreilly/Library/Android/sdk - -gemini_api_key=AIzaSyBwiEWF0vJgj-OEwdZWoWn1nUpIz1fd-mA \ No newline at end of file