Skip to content

Commit c063d6a

Browse files
committed
Remove Chatbot Example
1 parent cdcc0c9 commit c063d6a

File tree

135 files changed

+0
-5424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+0
-5424
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,6 @@ Codelessly.instance.initialize(
302302
);
303303
```
304304

305-
## Demo
306-
307-
### [CodelesslyGPT](https://sdk-chat-bot.web.app/#/)
308-
309-
A demo chat-bot interface built with the Codelessly
310-
SDK. [View Code](https://github.com/Codelessly/CodelesslySDK/tree/main/example_chat_bot)
311-
312305
## Additional Resources
313306

314307
Additional resources and tutorials are on

build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ targets:
33
sources:
44
exclude:
55
- example/**
6-
- example_chat_bot/**
76
builders:
87
codelessly_json_serializable:
98
options:

example_chat_bot/.gitignore

-47
This file was deleted.

example_chat_bot/.metadata

-45
This file was deleted.

example_chat_bot/README.md

-16
This file was deleted.

example_chat_bot/analysis_options.yaml

-29
This file was deleted.

example_chat_bot/android/.gitignore

-13
This file was deleted.

example_chat_bot/android/app/build.gradle

-71
This file was deleted.

example_chat_bot/android/app/src/debug/AndroidManifest.xml

-8
This file was deleted.

example_chat_bot/android/app/src/main/AndroidManifest.xml

-37
This file was deleted.

example_chat_bot/android/app/src/main/kotlin/com/example/example_chat_bot/MainActivity.kt

-6
This file was deleted.

example_chat_bot/android/app/src/main/res/drawable-v21/launch_background.xml

-12
This file was deleted.

example_chat_bot/android/app/src/main/res/drawable/launch_background.xml

-12
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

example_chat_bot/android/app/src/main/res/values-night/styles.xml

-18
This file was deleted.

example_chat_bot/android/app/src/main/res/values/styles.xml

-18
This file was deleted.

example_chat_bot/android/app/src/profile/AndroidManifest.xml

-8
This file was deleted.

0 commit comments

Comments
 (0)