HoroscopePredictionAlpacaTemplateLoRA
HoroscopePredictionAlpacaTemplateLoRA(TimebirthTime)
Exports all horoscope prediction definitions in a simple bAlpacastyle instruction datasetb format for model training. For each stored horoscope rule the method creates a JSON object with cinstructionc the prediction name cinputc an empty string coutputc the prediction description.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
Included in the signature but not currently used by the method body. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/HoroscopePredictionAlpacaTemplateLoRA
Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.
Loading try-it widget…