diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000000..9cfce95ede --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: Run Tests + +on: [push] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Run Tests + run: echo "Running tests..." diff --git a/.gitignore b/.gitignore index f56e22be97..74894b3f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies +node_modules/node_modules/ +.env +*.tmp +*.log + + /node_modules /.pnp .pnp.js diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..d8f528a927 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "submodules/spoon-knife"] + path = submodules/spoon-knife + url = https://github.com/octocat/Spoon-Knife.git diff --git a/README.md b/README.md index 1d50749974..16f05cb8b1 100644 --- a/README.md +++ b/README.md @@ -290,3 +290,12 @@ We are working on a guide for contributing. ## Contact Message Mckay on [Twitter/X](https://twitter.com/mckaywrigley) +HEAD +"Update in fork" + +This is an update made by prathmesh967. + +"Adding new feature description" + 1353fd5aafe10f3cbcd9b790b7421458c79d9b33 +"Update in fork" +"Update in fork" diff --git a/components/chat/chat-settings.tsx b/components/chat/chat-settings.tsx index 8230d5f4d4..19bc656255 100644 --- a/components/chat/chat-settings.tsx +++ b/components/chat/chat-settings.tsx @@ -72,7 +72,11 @@ export const ChatSettings: FC = ({}) => { className="flex items-center space-x-2" variant="ghost" > + HEAD
+======= +
+ fix/responsivity-updates {fullModel?.modelName || chatSettings.model}
diff --git a/file3.txt b/file3.txt new file mode 100644 index 0000000000..c5fdf8501a --- /dev/null +++ b/file3.txt @@ -0,0 +1 @@ +"Some changes in the responsivity updates branch" diff --git a/main.txt b/main.txt new file mode 100644 index 0000000000..f57aad6f28 --- /dev/null +++ b/main.txt @@ -0,0 +1 @@ +"Main branch change" diff --git a/submodules/spoon-knife b/submodules/spoon-knife new file mode 160000 index 0000000000..d0dd1f61b3 --- /dev/null +++ b/submodules/spoon-knife @@ -0,0 +1 @@ +Subproject commit d0dd1f61b33d64e29d8bc1372a94ef6a2fee76a9