-
So I'm using turbo streams for re-rendering forms when there are errors.
where I replace the form
`edit.turbo_stream.erb`
```erb
```
where form
`_form.html.erb`
```erb
...
…
uvera updated
5 months ago
-
### Provide environment information
System:
OS: Linux 5.15 Ubuntu 20.04.6 LTS (Focal Fossa)
CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor
Memory: 3.74 GB / 9.72 GB
Container:…
-
I have the following questions, please help to answer:
I trained unpaired cycle-gan-turbo using my own dataset. An error occurs after executing the training script:
---------------------------------…
-
Hi, I am unable to run your code. after setting task and dataset in the flags it seems everything should be in order but it just pends indefinitely after showing the tqdm bar of 5000 data samples with…
-
### What version of Turborepo are you using?
1.8.1
### What package manager are you using / does the bug impact?
pnpm
### What operating system are you using?
Windows
### Describe the Bug
I hav…
-
Hi @barthap . Thank you very mutch for sharing your discoverys.
I'm trying to contribute with a project that you mention in your repo (react-native-quick-sqlite), implementing some async operations, …
-
Hey, interesting repo. Unfortunately looks like openai's 3.5-turbo-1106 model limits output to 4096 tokens. As does the 4-turbo model.
Claude has also changed every model's output to 4096 tokens.
…
-
### Quick Description 🛠️
Make A Docs Part For Create My API like other Docs Websites like ```vite```
![Screenshot from 2024-10-05 18-14-43](https://github.com/user-attachments/assets/fc310069-737a-4…
-
### What version of Turborepo are you using?
1.6.3
### What package manager are you using / does the bug impact?
Yarn v2/v3 (node_modules linker only)
### What operating system are you using?
Mac…
-
From our existing ChatDev typing.py:
```python
class ModelType(Enum):
GPT_3_5_TURBO = "gpt-3.5-turbo-16k-0613"
GPT_3_5_TURBO_NEW = "gpt-3.5-turbo-16k"
GPT_4 = "gpt-4"
GPT_4_32k =…