diff --git a/.gitignore b/.gitignore index a81863e..d8bdbf6 100644 --- a/.gitignore +++ b/.gitignore @@ -300,3 +300,4 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* +README.html diff --git a/README.md b/README.md index 02b8f42..ee9f7bc 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,10 @@ The specified requirements were the following: temperature of the responses (0.2, 0.7, and 0.9). - Request answers in Markdown format and display the answers in respect to the given format. -- Pick one of the following: - - Format the output in a way that's easy to differentiate between code and - text. - - Implement an example of function calling (live weather information, stock - prices, etc.). - - Add a way to copy the whole response or just the code of a response without - having to select everything manually. - - Give the possibility to regenerate a response. + +## Implementation + +![](demo.mov) ## Architecture/Design diff --git a/demo.mov b/demo.mov new file mode 100644 index 0000000..50d613e Binary files /dev/null and b/demo.mov differ