-
My app is complete, please review. /cc @codepathreview @thecodepath
-
When you have a sentence and dots are found in the middle, the sentence cannot be completed and only the first part is translated, ignoring the last portion after dots. for example
The officers and …
-
### Problem Description
All the entries in the "record_data" array (second parameter in the call below) have the same "id" field, making it impossible to differentiate between the different dimension…
-
Hi @dimroc ,@thoughtmerchant and @whatrocks ,
I want to use your code but I don't need to use your Interface of your project.
but I want to use your ML part with simple demo i.e give video frame or…
-
It appears that whenever I am returned a DateTime object the "Parent Object" is embedded in the DateTime object.
Below is partial copy of Model#attributes() You'll notice when it gets to last_login t…
-
During completion or editing, an error can reliably occur when `max_tokens` + `[length of selected text]` + `[length of instruction given]` exceeds the model's content length limit, even if the model …
-
Hey,
I wanted to suggest a count for how many pictures are done or how many are left when Moving or Indexing. Currently, it's very hard to discern how long it will take to import the items. …
-
I posted this earlier on 2024-06-01
Trying to run the script with two devices, I get this result:
```
pi@Domoticz:~/domoticz/plugins/domoticz_lg_thinq_plugin $ python3 example.py -c NL -l nl-N…
-
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2024-04-01-preview/inference.json
### API Spec vers…
-
Hi, I just downloaded the datasets. When I read the file, I found that the 72x72 image contains 9 smaller images, the paper suggested that each large image will be cropped into 72x72 images but not me…