Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

casual1st
Copy link
Contributor

  1. Update the node's internal state (download pricing data, train, and update the model):

    curl http://127.0.0.1:8000/update

    Expected response:

    0

This part is not applicable to Hugging Face because an inference is already generated before each request by retrieving 5-minute price data from the Coingecko API. It applies only binance klines which is used in basic prediction one.

3. Update the node's internal state (download pricing data, train, and update the model):
    
    ```sh
    curl http://127.0.0.1:8000/update
    ```
    Expected response:
    ```sh
    0
    ```

This part is not applicable to Hugging Face because an inference is already generated before each request by retrieving 5-minute price data from the Coingecko API. It applies only binance klines which is used in basic prediction one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant