-
Notifications
You must be signed in to change notification settings - Fork 61
Debits Table Schema #809
Comments
/start |
Tips:
|
For the |
I think the amount for debit and credit should be a float or big integer if we are converting decimal to bigint because permit amount is not always in whole numbers |
Yea, so on the bot we convert the decimal to 1e18 |
/ask what supabase column datatype is best for 1e18 format numbers? in the context of ethereum tokens and how they represent amounts |
! Error: This model's maximum context length is 16385 tokens. However, you requested 17152 tokens (768 in the messages, 16384 in the completion). Please reduce the length of the messages or completion. |
@Keyrxng lol this is a much smaller issue too. Perhaps it should ignore commands and bot comments i.e. the |
is it counting comments? |
https://chat.openai.com/share/b4d90deb-49fd-4c95-982f-dedb1c9c6e33 |
lol I am ahead of you https://chat.openai.com/share/e8f7eb03-807f-44f3-b7fe-3d883dcf08e4 |
So we're using |
"int8" i'm updating the specs based on this conversation |
PR attached, doesn't need a QA |
@pavlovcik Review so i can create the new permit table and copy data over. After all tables have been merged #812 can create a query that'd move over all penalties to Debit, Permit and Settlements if it will be possible.. or we may have to reset penalties |
Task Creator Rewardpavlovcik: [ CLAIM 30 WXDAI ] |
Task Assignee Reward[ CLAIM 112.5 WXDAI ]
If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow Ubiquity on GitHub and star this repo. Your endorsement means the world to us and helps us grow!We are excited to announce that the DevPool and UbiquiBot are now available to partners! Our ideal collaborators are globally distributed crypto-native organizations, who actively work on open source on GitHub, and excel in research & development. If you can introduce us to the repository maintainers in these types of companies, we have a special bonus in store for you! |
This is unexpected @0xcodercrane why is this unreliable ref #803 |
this means the token limit has been set so that the output is equivalent to 16k, max_tokens represents output amount. So requesting a 16k output including a drop the token limit to half or 2/3 |
Yes I changed to 8000 and now it silent crashes. |
Debits
Represents deductions "penalties" made to assignees when an issue is re-opened.
id
created
updated
amount
The text was updated successfully, but these errors were encountered: