Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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..."
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "submodules/spoon-knife"]
path = submodules/spoon-knife
url = https://github.com/octocat/Spoon-Knife.git
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 4 additions & 0 deletions components/chat/chat-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ export const ChatSettings: FC<ChatSettingsProps> = ({}) => {
className="flex items-center space-x-2"
variant="ghost"
>
HEAD
<div className="max-w-[120px] truncate text-lg sm:max-w-[300px] lg:max-w-[500px]">
=======
<div className="w-[120px] truncate text-lg sm:w-[300px] lg:w-[500px]">
fix/responsivity-updates
{fullModel?.modelName || chatSettings.model}
</div>

Expand Down
1 change: 1 addition & 0 deletions file3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Some changes in the responsivity updates branch"
1 change: 1 addition & 0 deletions main.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Main branch change"
1 change: 1 addition & 0 deletions submodules/spoon-knife
Submodule spoon-knife added at d0dd1f